Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SendTestEventNotificationRequest.Builder,SendTestEventNotificationRequest>
@Generated("software.amazon.awssdk:codegen") public class SendTestEventNotificationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SendTestEventNotificationRequest.Builder,SendTestEventNotificationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SendTestEventNotificationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SendTestEventNotificationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
NotificationSpecification |
notification() |
The notification specification to test.
|
static Class<? extends SendTestEventNotificationRequest.Builder> |
serializableBuilderClass() |
|
String |
testEventType() |
The event to simulate to test the notification specification.
|
SendTestEventNotificationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
public 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.
EventType
public SendTestEventNotificationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SendTestEventNotificationRequest.Builder,SendTestEventNotificationRequest>
public static SendTestEventNotificationRequest.Builder builder()
public static Class<? extends SendTestEventNotificationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.