Cloneable, ReadLimitInfo, ToCopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>@Generated("software.amazon.awssdk:codegen") public class UnsubscribeFromEventRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UnsubscribeFromEventRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static UnsubscribeFromEventRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
event() |
The event for which you want to stop receiving SNS notifications.
|
int |
hashCode() |
|
String |
resourceArn() |
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS
notifications.
|
static Class<? extends UnsubscribeFromEventRequest.Builder> |
serializableBuilderClass() |
|
UnsubscribeFromEventRequest.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 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, withSdkClientExecutionTimeoutpublic String resourceArn()
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
public String event()
The event for which you want to stop receiving SNS notifications.
InspectorEventpublic String topicArn()
The ARN of the SNS topic to which SNS notifications are sent.
public UnsubscribeFromEventRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>public static UnsubscribeFromEventRequest.Builder builder()
public static Class<? extends UnsubscribeFromEventRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.