@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCapacityProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateCapacityProviderRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCapacityProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AutoScalingGroupProviderUpdate |
getAutoScalingGroupProvider()
The name of the capacity provider to update.
|
String |
getName()
An object representing the parameters to update for the Auto Scaling group capacity provider.
|
int |
hashCode() |
void |
setAutoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
The name of the capacity provider to update.
|
void |
setName(String name)
An object representing the parameters to update for the Auto Scaling group capacity provider.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCapacityProviderRequest |
withAutoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
The name of the capacity provider to update.
|
UpdateCapacityProviderRequest |
withName(String name)
An object representing the parameters to update for the Auto Scaling group capacity provider.
|
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, withSdkRequestTimeoutpublic void setName(String name)
An object representing the parameters to update for the Auto Scaling group capacity provider.
name - An object representing the parameters to update for the Auto Scaling group capacity provider.public String getName()
An object representing the parameters to update for the Auto Scaling group capacity provider.
public UpdateCapacityProviderRequest withName(String name)
An object representing the parameters to update for the Auto Scaling group capacity provider.
name - An object representing the parameters to update for the Auto Scaling group capacity provider.public void setAutoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
The name of the capacity provider to update.
autoScalingGroupProvider - The name of the capacity provider to update.public AutoScalingGroupProviderUpdate getAutoScalingGroupProvider()
The name of the capacity provider to update.
public UpdateCapacityProviderRequest withAutoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
The name of the capacity provider to update.
autoScalingGroupProvider - The name of the capacity provider to update.public String toString()
toString in class ObjectObject.toString()public UpdateCapacityProviderRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()