@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteContainerGroupDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteContainerGroupDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteContainerGroupDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The unique identifier for the container group definition to delete.
|
int |
hashCode() |
void |
setName(String name)
The unique identifier for the container group definition to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteContainerGroupDefinitionRequest |
withName(String name)
The unique identifier for the container group definition 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 DeleteContainerGroupDefinitionRequest()
public void setName(String name)
The unique identifier for the container group definition to delete. You can use either the Name
or
ARN
value.
name
- The unique identifier for the container group definition to delete. You can use either the
Name
or ARN
value.public String getName()
The unique identifier for the container group definition to delete. You can use either the Name
or
ARN
value.
Name
or ARN
value.public DeleteContainerGroupDefinitionRequest withName(String name)
The unique identifier for the container group definition to delete. You can use either the Name
or
ARN
value.
name
- The unique identifier for the container group definition to delete. You can use either the
Name
or ARN
value.public String toString()
toString
in class Object
Object.toString()
public DeleteContainerGroupDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()