Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutNotificationConfigurationRequest.Builder,PutNotificationConfigurationRequest>
@Generated("software.amazon.awssdk:codegen") public class PutNotificationConfigurationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutNotificationConfigurationRequest.Builder,PutNotificationConfigurationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutNotificationConfigurationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the Auto Scaling group.
|
static PutNotificationConfigurationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
notificationTypes() |
The type of event that will cause the notification to be sent.
|
static Class<? extends PutNotificationConfigurationRequest.Builder> |
serializableBuilderClass() |
|
PutNotificationConfigurationRequest.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 List<String> notificationTypes()
The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.
public PutNotificationConfigurationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutNotificationConfigurationRequest.Builder,PutNotificationConfigurationRequest>
public static PutNotificationConfigurationRequest.Builder builder()
public static Class<? extends PutNotificationConfigurationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.