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