|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribePoliciesResult
public class DescribePoliciesResult
The PoliciesType data type.
| Constructor Summary | |
|---|---|
DescribePoliciesResult()
|
|
| Method Summary | |
|---|---|
String |
getNextToken()
A string that marks the start of the next batch of returned results. |
List<ScalingPolicy> |
getScalingPolicies()
A list of scaling policies. |
void |
setNextToken(String nextToken)
A string that marks the start of the next batch of returned results. |
void |
setScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
A list of scaling policies. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribePoliciesResult |
withNextToken(String nextToken)
A string that marks the start of the next batch of returned results. |
DescribePoliciesResult |
withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
A list of scaling policies. |
DescribePoliciesResult |
withScalingPolicies(ScalingPolicy... scalingPolicies)
A list of scaling policies. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribePoliciesResult()
| Method Detail |
|---|
public List<ScalingPolicy> getScalingPolicies()
public void setScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
scalingPolicies - A list of scaling policies.public DescribePoliciesResult withScalingPolicies(ScalingPolicy... scalingPolicies)
Returns a reference to this object so that method calls can be chained together.
scalingPolicies - A list of scaling policies.
public DescribePoliciesResult withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Returns a reference to this object so that method calls can be chained together.
scalingPolicies - A list of scaling policies.
public String getNextToken()
Constraints:
Pattern: [ -??-??-?\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [ -??-??-?\r\n\t]*
nextToken - A string that marks the start of the next batch of returned results.public DescribePoliciesResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ -??-??-?\r\n\t]*
nextToken - A string that marks the start of the next batch of returned results.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||