|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.autoscaling.model.NotificationConfiguration
public class NotificationConfiguration
The NotificationConfiguration data type.
| Constructor Summary | |
|---|---|
NotificationConfiguration()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationConfiguration()
| Method Detail |
|---|
public String getAutoScalingGroupName()
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
public void setAutoScalingGroupName(String autoScalingGroupName)
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\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: [ --�𐀀-\r\n\t]*
autoScalingGroupName - Specifies the Auto Scaling group name.
public String getTopicARN()
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
public void setTopicARN(String topicARN)
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\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: [ --�𐀀-\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: [ --�𐀀-\r\n\t]*
public void setNotificationType(String notificationType)
Constraints:
Length: 1 - 255
Pattern: [ --�𐀀-\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: [ --�𐀀-\r\n\t]*
notificationType - The types of events for an action to start.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||