Class DescribeScalingPoliciesResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanTheNextTokenvalue to include in a futureDescribeScalingPoliciesrequest.A list of scaling policy objects.inthashCode()voidsetNextToken(String nextToken) TheNextTokenvalue to include in a futureDescribeScalingPoliciesrequest.voidsetScalingPolicies(Collection<ScalingPolicy> scalingPolicies) A list of scaling policy objects.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) TheNextTokenvalue to include in a futureDescribeScalingPoliciesrequest.withScalingPolicies(ScalingPolicy... scalingPolicies) A list of scaling policy objects.withScalingPolicies(Collection<ScalingPolicy> scalingPolicies) A list of scaling policy objects.
-
Constructor Details
-
DescribeScalingPoliciesResult
public DescribeScalingPoliciesResult()
-
-
Method Details
-
getScalingPolicies
A list of scaling policy objects.
- Returns:
- A list of scaling policy objects.
-
setScalingPolicies
A list of scaling policy objects.
- Parameters:
scalingPolicies- A list of scaling policy objects.
-
withScalingPolicies
A list of scaling policy objects.
NOTE: This method appends the values to the existing list (if any). Use
setScalingPolicies(java.util.Collection)orwithScalingPolicies(java.util.Collection)if you want to override the existing values.- Parameters:
scalingPolicies- A list of scaling policy objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withScalingPolicies
A list of scaling policy objects.
- Parameters:
scalingPolicies- A list of scaling policy objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
NextTokenvalue to include in a futureDescribeScalingPoliciesrequest. When the results of aDescribeScalingPoliciesrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- TheNextTokenvalue to include in a futureDescribeScalingPoliciesrequest. When the results of aDescribeScalingPoliciesrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
getNextToken
The
NextTokenvalue to include in a futureDescribeScalingPoliciesrequest. When the results of aDescribeScalingPoliciesrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- The
NextTokenvalue to include in a futureDescribeScalingPoliciesrequest. When the results of aDescribeScalingPoliciesrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
withNextToken
The
NextTokenvalue to include in a futureDescribeScalingPoliciesrequest. When the results of aDescribeScalingPoliciesrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- TheNextTokenvalue to include in a futureDescribeScalingPoliciesrequest. When the results of aDescribeScalingPoliciesrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-