com.amazonaws.services.autoscaling.model
Class NotificationConfiguration

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.NotificationConfiguration

public class NotificationConfiguration
extends Object

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

NotificationConfiguration

public NotificationConfiguration()
Method Detail

getAutoScalingGroupName

public String getAutoScalingGroupName()
Specifies the Auto Scaling group name.

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Returns:
Specifies the Auto Scaling group name.

setAutoScalingGroupName

public void setAutoScalingGroupName(String autoScalingGroupName)
Specifies the Auto Scaling group name.

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
autoScalingGroupName - Specifies the Auto Scaling group name.

withAutoScalingGroupName

public NotificationConfiguration withAutoScalingGroupName(String autoScalingGroupName)
Specifies the Auto Scaling group name.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
autoScalingGroupName - Specifies the Auto Scaling group name.
Returns:
A reference to this updated object so that method calls can be chained together.

getTopicARN

public String getTopicARN()
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Returns:
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

setTopicARN

public void setTopicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
topicARN - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

withTopicARN

public NotificationConfiguration withTopicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
topicARN - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.
Returns:
A reference to this updated object so that method calls can be chained together.

getNotificationType

public String getNotificationType()
The types of events for an action to start.

Constraints:
Length: 1 - 255
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Returns:
The types of events for an action to start.

setNotificationType

public void setNotificationType(String notificationType)
The types of events for an action to start.

Constraints:
Length: 1 - 255
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
notificationType - The types of events for an action to start.

withNotificationType

public NotificationConfiguration withNotificationType(String notificationType)
The types of events for an action to start.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 255
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
notificationType - The types of events for an action to start.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.