Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SubscribeToEventRequest.Builder,SubscribeToEventRequest>
@Generated("software.amazon.awssdk:codegen") public class SubscribeToEventRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SubscribeToEventRequest.Builder,SubscribeToEventRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SubscribeToEventRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SubscribeToEventRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
event() |
The event for which you want to receive SNS notifications.
|
int |
hashCode() |
|
String |
resourceArn() |
The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.
|
static Class<? extends SubscribeToEventRequest.Builder> |
serializableBuilderClass() |
|
SubscribeToEventRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topicArn() |
The ARN of the SNS topic to which the SNS notifications are sent.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String resourceArn()
The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.
public String event()
The event for which you want to receive SNS notifications.
InspectorEvent
public String topicArn()
The ARN of the SNS topic to which the SNS notifications are sent.
public SubscribeToEventRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SubscribeToEventRequest.Builder,SubscribeToEventRequest>
public static SubscribeToEventRequest.Builder builder()
public static Class<? extends SubscribeToEventRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.