public class NotificationConfiguration extends Object implements Serializable
The NotificationConfiguration data type.
| Constructor and Description |
|---|
NotificationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
Specifies the Auto Scaling group name.
|
String |
getNotificationType()
The types of events for an action to start.
|
String |
getTopicARN()
The Amazon Resource Name (ARN) of the Amazon Simple Notification
Service (SNS) topic.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
Specifies the Auto Scaling group name.
|
void |
setNotificationType(String notificationType)
The types of events for an action to start.
|
void |
setTopicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification
Service (SNS) topic.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
NotificationConfiguration |
withAutoScalingGroupName(String autoScalingGroupName)
Specifies the Auto Scaling group name.
|
NotificationConfiguration |
withNotificationType(String notificationType)
The types of events for an action to start.
|
NotificationConfiguration |
withTopicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification
Service (SNS) topic.
|
public String getAutoScalingGroupName()
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setAutoScalingGroupName(String autoScalingGroupName)
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
autoScalingGroupName - Specifies the Auto Scaling group name.public NotificationConfiguration withAutoScalingGroupName(String autoScalingGroupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
autoScalingGroupName - Specifies the Auto Scaling group name.public String getTopicARN()
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setTopicARN(String topicARN)
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
topicARN - The Amazon Resource Name (ARN) of the Amazon Simple Notification
Service (SNS) topic.public NotificationConfiguration withTopicARN(String topicARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
topicARN - The Amazon Resource Name (ARN) of the Amazon Simple Notification
Service (SNS) topic.public String getNotificationType()
Constraints:
Length: 1 - 255
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNotificationType(String notificationType)
Constraints:
Length: 1 - 255
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
notificationType - The types of events for an action to start.public NotificationConfiguration withNotificationType(String notificationType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
notificationType - The types of events for an action to start.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.