@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScalingPlanResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeScalingPlanResourcesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeScalingPlanResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token required to get the next set of results.
|
List<ScalingPlanResource> |
getScalingPlanResources()
Information about the scalable resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token required to get the next set of results.
|
void |
setScalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources)
Information about the scalable resources.
|
String |
toString()
Returns a string representation of this object.
|
DescribeScalingPlanResourcesResult |
withNextToken(String nextToken)
The token required to get the next set of results.
|
DescribeScalingPlanResourcesResult |
withScalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources)
Information about the scalable resources.
|
DescribeScalingPlanResourcesResult |
withScalingPlanResources(ScalingPlanResource... scalingPlanResources)
Information about the scalable resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ScalingPlanResource> getScalingPlanResources()
Information about the scalable resources.
public void setScalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources)
Information about the scalable resources.
scalingPlanResources
- Information about the scalable resources.public DescribeScalingPlanResourcesResult withScalingPlanResources(ScalingPlanResource... scalingPlanResources)
Information about the scalable resources.
NOTE: This method appends the values to the existing list (if any). Use
setScalingPlanResources(java.util.Collection)
or withScalingPlanResources(java.util.Collection)
if you want to override the existing values.
scalingPlanResources
- Information about the scalable resources.public DescribeScalingPlanResourcesResult withScalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources)
Information about the scalable resources.
scalingPlanResources
- Information about the scalable resources.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 DescribeScalingPlanResourcesResult 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 DescribeScalingPlanResourcesResult clone()