@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendTestEventNotificationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SendTestEventNotificationRequest() |
Modifier and Type | Method and Description |
---|---|
SendTestEventNotificationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
NotificationSpecification |
getNotification()
The notification specification to test.
|
String |
getTestEventType()
The event to simulate to test the notification specification.
|
int |
hashCode() |
void |
setNotification(NotificationSpecification notification)
The notification specification to test.
|
void |
setTestEventType(EventType testEventType)
The event to simulate to test the notification specification.
|
void |
setTestEventType(String testEventType)
The event to simulate to test the notification specification.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SendTestEventNotificationRequest |
withNotification(NotificationSpecification notification)
The notification specification to test.
|
SendTestEventNotificationRequest |
withTestEventType(EventType testEventType)
The event to simulate to test the notification specification.
|
SendTestEventNotificationRequest |
withTestEventType(String testEventType)
The event to simulate to test the notification specification.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNotification(NotificationSpecification notification)
The notification specification to test. This value is identical to the value you would provide to the UpdateNotificationSettings operation when you establish the notification specification for a HIT type.
notification
- The notification specification to test. This value is identical to the value you would provide to the
UpdateNotificationSettings operation when you establish the notification specification for a HIT type.public NotificationSpecification getNotification()
The notification specification to test. This value is identical to the value you would provide to the UpdateNotificationSettings operation when you establish the notification specification for a HIT type.
public SendTestEventNotificationRequest withNotification(NotificationSpecification notification)
The notification specification to test. This value is identical to the value you would provide to the UpdateNotificationSettings operation when you establish the notification specification for a HIT type.
notification
- The notification specification to test. This value is identical to the value you would provide to the
UpdateNotificationSettings operation when you establish the notification specification for a HIT type.public void setTestEventType(String testEventType)
The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.
testEventType
- The event to simulate to test the notification specification. This event is included in the test message
even if the notification specification does not include the event type. The notification specification
does not filter out the test event.EventType
public String getTestEventType()
The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.
EventType
public SendTestEventNotificationRequest withTestEventType(String testEventType)
The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.
testEventType
- The event to simulate to test the notification specification. This event is included in the test message
even if the notification specification does not include the event type. The notification specification
does not filter out the test event.EventType
public void setTestEventType(EventType testEventType)
The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.
testEventType
- The event to simulate to test the notification specification. This event is included in the test message
even if the notification specification does not include the event type. The notification specification
does not filter out the test event.EventType
public SendTestEventNotificationRequest withTestEventType(EventType testEventType)
The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.
testEventType
- The event to simulate to test the notification specification. This event is included in the test message
even if the notification specification does not include the event type. The notification specification
does not filter out the test event.EventType
public String toString()
toString
in class Object
Object.toString()
public SendTestEventNotificationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.