com.amazonaws.services.autoscaling.model
Class DescribeScalingActivitiesResult

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

public class DescribeScalingActivitiesResult
extends Object

The output for the DescribeScalingActivities action.


Constructor Summary
DescribeScalingActivitiesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<Activity> getActivities()
          A list of the requested scaling activities.
 String getNextToken()
          Acts as a paging mechanism for large result sets.
 int hashCode()
           
 void setActivities(Collection<Activity> activities)
          A list of the requested scaling activities.
 void setNextToken(String nextToken)
          Acts as a paging mechanism for large result sets.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeScalingActivitiesResult withActivities(Activity... activities)
          A list of the requested scaling activities.
 DescribeScalingActivitiesResult withActivities(Collection<Activity> activities)
          A list of the requested scaling activities.
 DescribeScalingActivitiesResult withNextToken(String nextToken)
          Acts as a paging mechanism for large result sets.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeScalingActivitiesResult

public DescribeScalingActivitiesResult()
Method Detail

getActivities

public List<Activity> getActivities()
A list of the requested scaling activities.

Returns:
A list of the requested scaling activities.

setActivities

public void setActivities(Collection<Activity> activities)
A list of the requested scaling activities.

Parameters:
activities - A list of the requested scaling activities.

withActivities

public DescribeScalingActivitiesResult withActivities(Activity... activities)
A list of the requested scaling activities.

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

Parameters:
activities - A list of the requested scaling activities.
Returns:
A reference to this updated object so that method calls can be chained together.

withActivities

public DescribeScalingActivitiesResult withActivities(Collection<Activity> activities)
A list of the requested scaling activities.

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

Parameters:
activities - A list of the requested scaling activities.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()
Acts as a paging mechanism for large result sets. Set to a non-empty string if there are additional results waiting to be returned. Pass this in to subsequent calls to return additional results.

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

Returns:
Acts as a paging mechanism for large result sets. Set to a non-empty string if there are additional results waiting to be returned. Pass this in to subsequent calls to return additional results.

setNextToken

public void setNextToken(String nextToken)
Acts as a paging mechanism for large result sets. Set to a non-empty string if there are additional results waiting to be returned. Pass this in to subsequent calls to return additional results.

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

Parameters:
nextToken - Acts as a paging mechanism for large result sets. Set to a non-empty string if there are additional results waiting to be returned. Pass this in to subsequent calls to return additional results.

withNextToken

public DescribeScalingActivitiesResult withNextToken(String nextToken)
Acts as a paging mechanism for large result sets. Set to a non-empty string if there are additional results waiting to be returned. Pass this in to subsequent calls to return additional results.

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

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

Parameters:
nextToken - Acts as a paging mechanism for large result sets. Set to a non-empty string if there are additional results waiting to be returned. Pass this in to subsequent calls to return additional 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.