|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.autoscaling.model.DescribeAutoScalingGroupsRequest
public class DescribeAutoScalingGroupsRequest
Container for the parameters to the DescribeAutoScalingGroups operation.
Returns a full description of each Auto Scaling group in the given list. This includes all Amazon EC2 instances that are members of the group. If a list of names is not provided, the service returns the full details of all Auto Scaling groups.
This action supports pagination by returning a token if there are more pages to retrieve. To get the next page, call this action again with the
returned token as the NextToken parameter.
AmazonAutoScaling.describeAutoScalingGroups(DescribeAutoScalingGroupsRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeAutoScalingGroupsRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getAutoScalingGroupNames()
A list of Auto Scaling group names. |
java.lang.Integer |
getMaxRecords()
The maximum number of records to return. |
java.lang.String |
getNextToken()
A string that marks the start of the next batch of returned results. |
int |
hashCode()
|
void |
setAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
A list of Auto Scaling group names. |
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to return. |
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. |
DescribeAutoScalingGroupsRequest |
withAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
A list of Auto Scaling group names. |
DescribeAutoScalingGroupsRequest |
withAutoScalingGroupNames(java.lang.String... autoScalingGroupNames)
A list of Auto Scaling group names. |
DescribeAutoScalingGroupsRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to return. |
DescribeAutoScalingGroupsRequest |
withNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeAutoScalingGroupsRequest()
| Method Detail |
|---|
public java.util.List<java.lang.String> getAutoScalingGroupNames()
public void setAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
autoScalingGroupNames - A list of Auto Scaling group names.public DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(java.lang.String... autoScalingGroupNames)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroupNames - A list of Auto Scaling group names.
public DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroupNames - A list of Auto Scaling group names.
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 DescribeAutoScalingGroupsRequest 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.Integer getMaxRecords()
Constraints:
Range: 1 - 50
public void setMaxRecords(java.lang.Integer maxRecords)
Constraints:
Range: 1 - 50
maxRecords - The maximum number of records to return.public DescribeAutoScalingGroupsRequest withMaxRecords(java.lang.Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 50
maxRecords - The maximum number of records to return.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||