Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteNotificationConfigurationRequest.Builder,DeleteNotificationConfigurationRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteNotificationConfigurationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteNotificationConfigurationRequest.Builder,DeleteNotificationConfigurationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteNotificationConfigurationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the Auto Scaling group.
|
static DeleteNotificationConfigurationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteNotificationConfigurationRequest.Builder> |
serializableBuilderClass() |
|
DeleteNotificationConfigurationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topicARN() |
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.
|
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 autoScalingGroupName()
The name of the Auto Scaling group.
public String topicARN()
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.
public DeleteNotificationConfigurationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteNotificationConfigurationRequest.Builder,DeleteNotificationConfigurationRequest>
public static DeleteNotificationConfigurationRequest.Builder builder()
public static Class<? extends DeleteNotificationConfigurationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.