com.amazonaws.services.autoscaling.model
Class DescribeAutoScalingGroupsResult

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

public class DescribeAutoScalingGroupsResult
extends Object

The AutoScalingGroupsType data type.


Constructor Summary
DescribeAutoScalingGroupsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<AutoScalingGroup> getAutoScalingGroups()
          A list of Auto Scaling groups.
 String getNextToken()
          A string that marks the start of the next batch of returned results.
 int hashCode()
           
 void setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
          A list of Auto Scaling groups.
 void setNextToken(String nextToken)
          A string that marks the start of the next batch of returned results.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeAutoScalingGroupsResult withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
          A list of Auto Scaling groups.
 DescribeAutoScalingGroupsResult withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
          A list of Auto Scaling groups.
 DescribeAutoScalingGroupsResult withNextToken(String nextToken)
          A string that marks the start of the next batch of returned results.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeAutoScalingGroupsResult

public DescribeAutoScalingGroupsResult()
Method Detail

getAutoScalingGroups

public List<AutoScalingGroup> getAutoScalingGroups()
A list of Auto Scaling groups.

Returns:
A list of Auto Scaling groups.

setAutoScalingGroups

public void setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
A list of Auto Scaling groups.

Parameters:
autoScalingGroups - A list of Auto Scaling groups.

withAutoScalingGroups

public DescribeAutoScalingGroupsResult withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
A list of Auto Scaling groups.

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

Parameters:
autoScalingGroups - A list of Auto Scaling groups.
Returns:
A reference to this updated object so that method calls can be chained together.

withAutoScalingGroups

public DescribeAutoScalingGroupsResult withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
A list of Auto Scaling groups.

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

Parameters:
autoScalingGroups - A list of Auto Scaling groups.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()
A string that marks the start of the next batch of returned results.

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

Returns:
A string that marks the start of the next batch of returned results.

setNextToken

public void setNextToken(String nextToken)
A string that marks the start of the next batch of returned results.

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

Parameters:
nextToken - A string that marks the start of the next batch of returned results.

withNextToken

public DescribeAutoScalingGroupsResult withNextToken(String nextToken)
A string that marks the start of the next batch of returned results.

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

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

Parameters:
nextToken - A string that marks the start of the next batch of returned results.
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.