|
|||||||
| 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(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 |
|---|
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||