Class DescribeScalingActivitiesResult
java.lang.Object
com.amazonaws.services.autoscaling.model.DescribeScalingActivitiesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The scaling activities.The token to use when requesting the next set of items.int
hashCode()
void
setActivities
(Collection<Activity> activities) The scaling activities.void
setNextToken
(String nextToken) The token to use when requesting the next set of items.toString()
Returns a string representation of this object; useful for testing and debugging.withActivities
(Activity... activities) The scaling activities.withActivities
(Collection<Activity> activities) The scaling activities.withNextToken
(String nextToken) The token to use when requesting the next set of items.
-
Constructor Details
-
DescribeScalingActivitiesResult
public DescribeScalingActivitiesResult()
-
-
Method Details
-
getActivities
The scaling activities.
- Returns:
- The scaling activities.
-
setActivities
The scaling activities.
- Parameters:
activities
- The scaling activities.
-
withActivities
The scaling activities.
NOTE: This method appends the values to the existing list (if any). Use
setActivities(java.util.Collection)
orwithActivities(java.util.Collection)
if you want to override the existing values.- Parameters:
activities
- The scaling activities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withActivities
The scaling activities.
- Parameters:
activities
- The scaling activities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
- Parameters:
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
-
getNextToken
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
- Returns:
- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
-
withNextToken
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
- Parameters:
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-