com.amazonaws.services.autoscaling.model
Class DescribeNotificationConfigurationsResult

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

public class DescribeNotificationConfigurationsResult
extends Object

The output of the DescribeNotificationConfigurations action.


Constructor Summary
DescribeNotificationConfigurationsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNextToken()
          A string that is used to mark the start of the next batch of returned results for pagination.
 List<NotificationConfiguration> getNotificationConfigurations()
          The list of notification configurations.
 int hashCode()
           
 void setNextToken(String nextToken)
          A string that is used to mark the start of the next batch of returned results for pagination.
 void setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
          The list of notification configurations.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeNotificationConfigurationsResult withNextToken(String nextToken)
          A string that is used to mark the start of the next batch of returned results for pagination.
 DescribeNotificationConfigurationsResult withNotificationConfigurations(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 List<NotificationConfiguration> getNotificationConfigurations()
The list of notification configurations.

Returns:
The list of notification configurations.

setNotificationConfigurations

public void setNotificationConfigurations(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(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 String getNextToken()
A string that is used to mark the start of the next batch of returned results for pagination.

Constraints:
Pattern: [ -퟿-�𐀀-􏿿\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(String nextToken)
A string that is used to mark the start of the next batch of returned results for pagination.

Constraints:
Pattern: [ -퟿-�𐀀-􏿿\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(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: [ -퟿-�𐀀-􏿿\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 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.