@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScalingPlansResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeScalingPlansResult() |
Modifier and Type | Method and Description |
---|---|
DescribeScalingPlansResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token required to get the next set of results.
|
List<ScalingPlan> |
getScalingPlans()
Information about the scaling plans.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token required to get the next set of results.
|
void |
setScalingPlans(Collection<ScalingPlan> scalingPlans)
Information about the scaling plans.
|
String |
toString()
Returns a string representation of this object.
|
DescribeScalingPlansResult |
withNextToken(String nextToken)
The token required to get the next set of results.
|
DescribeScalingPlansResult |
withScalingPlans(Collection<ScalingPlan> scalingPlans)
Information about the scaling plans.
|
DescribeScalingPlansResult |
withScalingPlans(ScalingPlan... scalingPlans)
Information about the scaling plans.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ScalingPlan> getScalingPlans()
Information about the scaling plans.
public void setScalingPlans(Collection<ScalingPlan> scalingPlans)
Information about the scaling plans.
scalingPlans
- Information about the scaling plans.public DescribeScalingPlansResult withScalingPlans(ScalingPlan... scalingPlans)
Information about the scaling plans.
NOTE: This method appends the values to the existing list (if any). Use
setScalingPlans(java.util.Collection)
or withScalingPlans(java.util.Collection)
if you want to
override the existing values.
scalingPlans
- Information about the scaling plans.public DescribeScalingPlansResult withScalingPlans(Collection<ScalingPlan> scalingPlans)
Information about the scaling plans.
scalingPlans
- Information about the scaling plans.public void setNextToken(String nextToken)
The token required to get the next set of results. This value is null
if there are no more results
to return.
nextToken
- The token required to get the next set of results. This value is null
if there are no more
results to return.public String getNextToken()
The token required to get the next set of results. This value is null
if there are no more results
to return.
null
if there are no more
results to return.public DescribeScalingPlansResult withNextToken(String nextToken)
The token required to get the next set of results. This value is null
if there are no more results
to return.
nextToken
- The token required to get the next set of results. This value is null
if there are no more
results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeScalingPlansResult clone()