@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() | 
| boolean | equals(Object obj) | 
| AutoScalingGroupProviderUpdate | getAutoScalingGroupProvider()
 An object representing the parameters to update for the Auto Scaling group capacity provider. | 
| String | getName()
 The name of the capacity provider to update. | 
| int | hashCode() | 
| void | setAutoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
 An object representing the parameters to update for the Auto Scaling group capacity provider. | 
| void | setName(String name)
 The name of the capacity provider to update. | 
| String | toString()Returns a string representation of this object. | 
| UpdateCapacityProviderRequest | withAutoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
 An object representing the parameters to update for the Auto Scaling group capacity provider. | 
| UpdateCapacityProviderRequest | withName(String name)
 The name of the capacity provider to update. | 
addHandlerContext, copyBaseTo, 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)
The name of the capacity provider to update.
name - The name of the capacity provider to update.public String getName()
The name of the capacity provider to update.
public UpdateCapacityProviderRequest withName(String name)
The name of the capacity provider to update.
name - The name of the capacity provider to update.public void setAutoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
An object representing the parameters to update for the Auto Scaling group capacity provider.
autoScalingGroupProvider - An object representing the parameters to update for the Auto Scaling group capacity provider.public AutoScalingGroupProviderUpdate getAutoScalingGroupProvider()
An object representing the parameters to update for the Auto Scaling group capacity provider.
public UpdateCapacityProviderRequest withAutoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
An object representing the parameters to update for the Auto Scaling group capacity provider.
autoScalingGroupProvider - An object representing the parameters to update for the Auto Scaling group capacity provider.public String toString()
toString in class ObjectObject.toString()public UpdateCapacityProviderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.