public class DescribePoliciesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribePoliciesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribePoliciesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<ScalingPolicy> |
getScalingPolicies()
The scaling policies.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
The scaling policies.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePoliciesResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribePoliciesResult |
withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
The scaling policies.
|
DescribePoliciesResult |
withScalingPolicies(ScalingPolicy... scalingPolicies)
The scaling policies.
|
public List<ScalingPolicy> getScalingPolicies()
public void setScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
scalingPolicies - The scaling policies.public DescribePoliciesResult withScalingPolicies(ScalingPolicy... scalingPolicies)
NOTE: This method appends the values to the existing list (if
any). Use setScalingPolicies(java.util.Collection) or withScalingPolicies(java.util.Collection) if you want to override
the existing values.
Returns a reference to this object so that method calls can be chained together.
scalingPolicies - The scaling policies.public DescribePoliciesResult withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Returns a reference to this object so that method calls can be chained together.
scalingPolicies - The scaling policies.public String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public DescribePoliciesResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public String toString()
toString in class ObjectObject.toString()public DescribePoliciesResult clone()
Copyright © 2015. All rights reserved.