com.amazonaws.services.autoscaling.model
Class DescribeNotificationConfigurationsResult

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.DescribeNotificationConfigurationsResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeNotificationConfigurationsResult
extends java.lang.Object
implements java.io.Serializable

The output of the DescribeNotificationConfigurations action.

See Also:
Serialized Form

Constructor Summary
DescribeNotificationConfigurationsResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getNextToken()
          A string that is used to mark the start of the next batch of returned results for pagination.
 java.util.List<NotificationConfiguration> getNotificationConfigurations()
          The list of notification configurations.
 int hashCode()
           
 void setNextToken(java.lang.String nextToken)
          A string that is used to mark the start of the next batch of returned results for pagination.
 void setNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
          The list of notification configurations.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeNotificationConfigurationsResult withNextToken(java.lang.String nextToken)
          A string that is used to mark the start of the next batch of returned results for pagination.
 DescribeNotificationConfigurationsResult withNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
          The list of notification configurations.
 DescribeNotificationConfigurationsResult withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
          The list of notification configurations.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeNotificationConfigurationsResult

public DescribeNotificationConfigurationsResult()
Method Detail

getNotificationConfigurations

public java.util.List<NotificationConfiguration> getNotificationConfigurations()
The list of notification configurations.

Returns:
The list of notification configurations.

setNotificationConfigurations

public void setNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
The list of notification configurations.

Parameters:
notificationConfigurations - The list of notification configurations.

withNotificationConfigurations

public DescribeNotificationConfigurationsResult withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The list of notification configurations.

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

Parameters:
notificationConfigurations - The list of notification configurations.
Returns:
A reference to this updated object so that method calls can be chained together.

withNotificationConfigurations

public DescribeNotificationConfigurationsResult withNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
The list of notification configurations.

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

Parameters:
notificationConfigurations - The list of notification configurations.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public java.lang.String getNextToken()
A string that is used to mark the start of the next batch of returned results for pagination.

Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Returns:
A string that is used to mark the start of the next batch of returned results for pagination.

setNextToken

public void setNextToken(java.lang.String nextToken)
A string that is used to mark the start of the next batch of returned results for pagination.

Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Parameters:
nextToken - A string that is used to mark the start of the next batch of returned results for pagination.

withNextToken

public DescribeNotificationConfigurationsResult withNextToken(java.lang.String nextToken)
A string that is used to mark the start of the next batch of returned results for pagination.

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

Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Parameters:
nextToken - A string that is used to mark the start of the next batch of returned results for pagination.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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