|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeAutoScalingGroupsResult
public class DescribeAutoScalingGroupsResult
The AutoScalingGroupsType data type.
Constructor Summary | |
---|---|
DescribeAutoScalingGroupsResult()
|
Method Summary | |
---|---|
List<AutoScalingGroup> |
getAutoScalingGroups()
A list of Auto Scaling groups. |
String |
getNextToken()
A string that marks the start of the next batch of returned results. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeAutoScalingGroupsResult()
Method Detail |
---|
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: [ -??-??-?\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [ -??-??-?\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: [ -??-??-?\r\n\t]*
nextToken
- A string that marks the start of the next batch of returned results.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |