|
|||||||
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 | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<AutoScalingGroup> |
getAutoScalingGroups()
A list of Auto Scaling groups. |
java.lang.String |
getNextToken()
A string that marks the start of the next batch of returned results. |
int |
hashCode()
|
void |
setAutoScalingGroups(java.util.Collection<AutoScalingGroup> autoScalingGroups)
A list of Auto Scaling groups. |
void |
setNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results. |
java.lang.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(java.util.Collection<AutoScalingGroup> autoScalingGroups)
A list of Auto Scaling groups. |
DescribeAutoScalingGroupsResult |
withNextToken(java.lang.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 |
---|
public DescribeAutoScalingGroupsResult()
Method Detail |
---|
public java.util.List<AutoScalingGroup> getAutoScalingGroups()
public void setAutoScalingGroups(java.util.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(java.util.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 java.lang.String getNextToken()
Constraints:
Pattern: [ -??-??-?\r\n\t]*
public void setNextToken(java.lang.String nextToken)
Constraints:
Pattern: [ -??-??-?\r\n\t]*
nextToken
- A string that marks the start of the next batch of returned results.public DescribeAutoScalingGroupsResult withNextToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |