com.amazonaws.services.autoscaling.model
Class DescribeAutoScalingInstancesResult

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.DescribeAutoScalingInstancesResult

public class DescribeAutoScalingInstancesResult
extends Object

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

DescribeAutoScalingInstancesResult

public DescribeAutoScalingInstancesResult()
Method Detail

getAutoScalingInstances

public List<AutoScalingInstanceDetails> getAutoScalingInstances()
A list of Auto Scaling instances.

Returns:
A list of Auto Scaling instances.

setAutoScalingInstances

public void setAutoScalingInstances(Collection<AutoScalingInstanceDetails> autoScalingInstances)
A list of Auto Scaling instances.

Parameters:
autoScalingInstances - A list of Auto Scaling instances.

withAutoScalingInstances

public DescribeAutoScalingInstancesResult withAutoScalingInstances(AutoScalingInstanceDetails... autoScalingInstances)
A list of Auto Scaling instances.

Returns a reference to this object so that method calls can be chained together.

Parameters:
autoScalingInstances - A list of Auto Scaling instances.
Returns:
A reference to this updated object so that method calls can be chained together.

withAutoScalingInstances

public DescribeAutoScalingInstancesResult withAutoScalingInstances(Collection<AutoScalingInstanceDetails> autoScalingInstances)
A list of Auto Scaling instances.

Returns a reference to this object so that method calls can be chained together.

Parameters:
autoScalingInstances - A list of Auto Scaling instances.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()
A string that marks the start of the next batch of returned results.

Constraints:
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Returns:
A string that marks the start of the next batch of returned results.

setNextToken

public void setNextToken(String nextToken)
A string that marks the start of the next batch of returned results.

Constraints:
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
nextToken - A string that marks the start of the next batch of returned results.

withNextToken

public DescribeAutoScalingInstancesResult withNextToken(String nextToken)
A string that marks the start of the next batch of returned results.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

Parameters:
nextToken - A string that marks the start of the next batch of returned results.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.