Class DescribeScalingActivitiesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
TheNextToken
value to include in a futureDescribeScalingActivities
request.A list of scaling activity objects.int
hashCode()
void
setNextToken
(String nextToken) TheNextToken
value to include in a futureDescribeScalingActivities
request.void
setScalingActivities
(Collection<ScalingActivity> scalingActivities) A list of scaling activity objects.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) TheNextToken
value to include in a futureDescribeScalingActivities
request.withScalingActivities
(ScalingActivity... scalingActivities) A list of scaling activity objects.withScalingActivities
(Collection<ScalingActivity> scalingActivities) A list of scaling activity objects.
-
Constructor Details
-
DescribeScalingActivitiesResult
public DescribeScalingActivitiesResult()
-
-
Method Details
-
getScalingActivities
A list of scaling activity objects.
- Returns:
- A list of scaling activity objects.
-
setScalingActivities
A list of scaling activity objects.
- Parameters:
scalingActivities
- A list of scaling activity objects.
-
withScalingActivities
A list of scaling activity objects.
NOTE: This method appends the values to the existing list (if any). Use
setScalingActivities(java.util.Collection)
orwithScalingActivities(java.util.Collection)
if you want to override the existing values.- Parameters:
scalingActivities
- A list of scaling activity objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withScalingActivities
public DescribeScalingActivitiesResult withScalingActivities(Collection<ScalingActivity> scalingActivities) A list of scaling activity objects.
- Parameters:
scalingActivities
- A list of scaling activity objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
NextToken
value to include in a futureDescribeScalingActivities
request. When the results of aDescribeScalingActivities
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- TheNextToken
value to include in a futureDescribeScalingActivities
request. When the results of aDescribeScalingActivities
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
getNextToken
The
NextToken
value to include in a futureDescribeScalingActivities
request. When the results of aDescribeScalingActivities
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- The
NextToken
value to include in a futureDescribeScalingActivities
request. When the results of aDescribeScalingActivities
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
withNextToken
The
NextToken
value to include in a futureDescribeScalingActivities
request. When the results of aDescribeScalingActivities
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- TheNextToken
value to include in a futureDescribeScalingActivities
request. When the results of aDescribeScalingActivities
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- 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
-