public class DescribeAutoScalingGroupsResult extends Object implements Serializable
The AutoScalingGroupsType data type.
| Constructor and Description |
|---|
DescribeAutoScalingGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public List<AutoScalingGroup> getAutoScalingGroups()
public void setAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
autoScalingGroups - A list of Auto Scaling groups.public DescribeAutoScalingGroupsResult withAutoScalingGroups(AutoScalingGroup... autoScalingGroups)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroups - A list of Auto Scaling groups.public DescribeAutoScalingGroupsResult withAutoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroups - A list of Auto Scaling groups.public String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - A string that marks the start of the next batch of returned results.public DescribeAutoScalingGroupsResult withNextToken(String nextToken)
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]*
nextToken - A string that marks the start of the next batch of returned results.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.