public class DescribeAutoScalingInstancesRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeAutoScalingInstances operation.
Returns a description of each Auto Scaling instance in the InstanceIds list. If a list is not provided, the service returns the full
details of all instances up to a maximum of 50. By default, the service returns a list of 20 items.
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.
| コンストラクタと説明 |
|---|
DescribeAutoScalingInstancesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getInstanceIds()
The list of Auto Scaling instances to describe.
|
java.lang.Integer |
getMaxRecords()
The maximum number of Auto Scaling instances to be described with each
call.
|
java.lang.String |
getNextToken()
The token returned by a previous call to indicate that there is more
data available.
|
int |
hashCode() |
void |
setInstanceIds(java.util.Collection<java.lang.String> instanceIds)
The list of Auto Scaling instances to describe.
|
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of Auto Scaling instances to be described with each
call.
|
void |
setNextToken(java.lang.String nextToken)
The token returned by a previous call to indicate that there is more
data available.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAutoScalingInstancesRequest |
withInstanceIds(java.util.Collection<java.lang.String> instanceIds)
The list of Auto Scaling instances to describe.
|
DescribeAutoScalingInstancesRequest |
withInstanceIds(java.lang.String... instanceIds)
The list of Auto Scaling instances to describe.
|
DescribeAutoScalingInstancesRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of Auto Scaling instances to be described with each
call.
|
DescribeAutoScalingInstancesRequest |
withNextToken(java.lang.String nextToken)
The token returned by a previous call to indicate that there is more
data available.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getInstanceIds()
public void setInstanceIds(java.util.Collection<java.lang.String> instanceIds)
instanceIds - The list of Auto Scaling instances to describe. If this list is
omitted, all auto scaling instances are described. The list of
requested instances cannot contain more than 50 items. If unknown
instances are requested, they are ignored with no error.public DescribeAutoScalingInstancesRequest withInstanceIds(java.lang.String... instanceIds)
Returns a reference to this object so that method calls can be chained together.
instanceIds - The list of Auto Scaling instances to describe. If this list is
omitted, all auto scaling instances are described. The list of
requested instances cannot contain more than 50 items. If unknown
instances are requested, they are ignored with no error.public DescribeAutoScalingInstancesRequest withInstanceIds(java.util.Collection<java.lang.String> instanceIds)
Returns a reference to this object so that method calls can be chained together.
instanceIds - The list of Auto Scaling instances to describe. If this list is
omitted, all auto scaling instances are described. The list of
requested instances cannot contain more than 50 items. If unknown
instances are requested, they are ignored with no error.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 Auto Scaling instances to be described with each
call.public DescribeAutoScalingInstancesRequest 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 Auto Scaling instances to be described with each
call.public java.lang.String getNextToken()
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
public void setNextToken(java.lang.String nextToken)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken - The token returned by a previous call to indicate that there is more
data available.public DescribeAutoScalingInstancesRequest 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 - The token returned by a previous call to indicate that there is more
data available.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object