|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeAutoScalingInstancesResult
public class DescribeAutoScalingInstancesResult
The AutoScalingInstancesType
data type.
Constructor Summary | |
---|---|
DescribeAutoScalingInstancesResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeAutoScalingInstancesResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |