@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCapacityProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteCapacityProviderRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteCapacityProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCapacityProvider()
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
|
int |
hashCode() |
void |
setCapacityProvider(String capacityProvider)
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCapacityProviderRequest |
withCapacityProvider(String capacityProvider)
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
|
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 setCapacityProvider(String capacityProvider)
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
capacityProvider
- The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.public String getCapacityProvider()
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
public DeleteCapacityProviderRequest withCapacityProvider(String capacityProvider)
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
capacityProvider
- The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteCapacityProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()