@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScalingPlanResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeScalingPlanResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeScalingPlanResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of scalable resources to return.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getScalingPlanName()
The name of the scaling plan.
|
Long |
getScalingPlanVersion()
The version number of the scaling plan.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of scalable resources to return.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setScalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
void |
setScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
String |
toString()
Returns a string representation of this object.
|
DescribeScalingPlanResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of scalable resources to return.
|
DescribeScalingPlanResourcesRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
DescribeScalingPlanResourcesRequest |
withScalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
DescribeScalingPlanResourcesRequest |
withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setScalingPlanName(String scalingPlanName)
The name of the scaling plan.
scalingPlanName
- The name of the scaling plan.public String getScalingPlanName()
The name of the scaling plan.
public DescribeScalingPlanResourcesRequest withScalingPlanName(String scalingPlanName)
The name of the scaling plan.
scalingPlanName
- The name of the scaling plan.public void setScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
scalingPlanVersion
- The version number of the scaling plan.public Long getScalingPlanVersion()
The version number of the scaling plan.
public DescribeScalingPlanResourcesRequest withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
scalingPlanVersion
- The version number of the scaling plan.public void setMaxResults(Integer maxResults)
The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.
maxResults
- The maximum number of scalable resources to return. The value must be between 1 and 50. The default value
is 50.public Integer getMaxResults()
The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.
public DescribeScalingPlanResourcesRequest withMaxResults(Integer maxResults)
The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.
maxResults
- The maximum number of scalable resources to return. The value must be between 1 and 50. The default value
is 50.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public DescribeScalingPlanResourcesRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeScalingPlanResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.