@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateScalingPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateScalingPlanRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateScalingPlanRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ApplicationSource |
getApplicationSource()
A CloudFormation stack or set of tags.
|
List<ScalingInstruction> |
getScalingInstructions()
The scaling instructions.
|
String |
getScalingPlanName()
The name of the scaling plan.
|
Long |
getScalingPlanVersion()
The version number of the scaling plan.
|
int |
hashCode() |
void |
setApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
|
void |
setScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
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.
|
UpdateScalingPlanRequest |
withApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
|
UpdateScalingPlanRequest |
withScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
UpdateScalingPlanRequest |
withScalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
UpdateScalingPlanRequest |
withScalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
UpdateScalingPlanRequest |
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 UpdateScalingPlanRequest 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 UpdateScalingPlanRequest withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
scalingPlanVersion
- The version number of the scaling plan.public void setApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
applicationSource
- A CloudFormation stack or set of tags.public ApplicationSource getApplicationSource()
A CloudFormation stack or set of tags.
public UpdateScalingPlanRequest withApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
applicationSource
- A CloudFormation stack or set of tags.public List<ScalingInstruction> getScalingInstructions()
The scaling instructions.
public void setScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
scalingInstructions
- The scaling instructions.public UpdateScalingPlanRequest withScalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
NOTE: This method appends the values to the existing list (if any). Use
setScalingInstructions(java.util.Collection)
or withScalingInstructions(java.util.Collection)
if you want to override the existing values.
scalingInstructions
- The scaling instructions.public UpdateScalingPlanRequest withScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
scalingInstructions
- The scaling instructions.public String toString()
toString
in class Object
Object.toString()
public UpdateScalingPlanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.