public class DescribeAutoScalingInstancesResult extends Object implements Serializable
The AutoScalingInstancesType
data type.
Constructor and Description |
---|
DescribeAutoScalingInstancesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<AutoScalingInstanceDetails> |
getAutoScalingInstances()
A list of Auto Scaling instances.
|
String |
getNextToken()
A string that marks the start of the next batch of returned results.
|
int |
hashCode() |
void |
setAutoScalingInstances(Collection<AutoScalingInstanceDetails> autoScalingInstances)
A list of Auto Scaling instances.
|
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.
|
DescribeAutoScalingInstancesResult |
withAutoScalingInstances(AutoScalingInstanceDetails... autoScalingInstances)
A list of Auto Scaling instances.
|
DescribeAutoScalingInstancesResult |
withAutoScalingInstances(Collection<AutoScalingInstanceDetails> autoScalingInstances)
A list of Auto Scaling instances.
|
DescribeAutoScalingInstancesResult |
withNextToken(String nextToken)
A string that marks the start of the next batch of returned results.
|
public List<AutoScalingInstanceDetails> getAutoScalingInstances()
public void setAutoScalingInstances(Collection<AutoScalingInstanceDetails> autoScalingInstances)
autoScalingInstances
- A list of Auto Scaling instances.public DescribeAutoScalingInstancesResult withAutoScalingInstances(AutoScalingInstanceDetails... autoScalingInstances)
Returns a reference to this object so that method calls can be chained together.
autoScalingInstances
- A list of Auto Scaling instances.public DescribeAutoScalingInstancesResult withAutoScalingInstances(Collection<AutoScalingInstanceDetails> autoScalingInstances)
Returns a reference to this object so that method calls can be chained together.
autoScalingInstances
- A list of Auto Scaling instances.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 DescribeAutoScalingInstancesResult 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.