@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContainerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateContainerRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getContainerName()
The name for the container.
|
int |
hashCode() |
void |
setContainerName(String containerName)
The name for the container.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateContainerRequest |
withContainerName(String containerName)
The name for the container.
|
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 setContainerName(String containerName)
The name for the container. The name must be from 1 to 255 characters. Container names must be unique to your AWS
account within a specific region. As an example, you could create a container named movies in every
region, as long as you don’t have an existing container with that name.
containerName - The name for the container. The name must be from 1 to 255 characters. Container names must be unique to
your AWS account within a specific region. As an example, you could create a container named
movies in every region, as long as you don’t have an existing container with that name.public String getContainerName()
The name for the container. The name must be from 1 to 255 characters. Container names must be unique to your AWS
account within a specific region. As an example, you could create a container named movies in every
region, as long as you don’t have an existing container with that name.
movies in every region, as long as you don’t have an existing container with that name.public CreateContainerRequest withContainerName(String containerName)
The name for the container. The name must be from 1 to 255 characters. Container names must be unique to your AWS
account within a specific region. As an example, you could create a container named movies in every
region, as long as you don’t have an existing container with that name.
containerName - The name for the container. The name must be from 1 to 255 characters. Container names must be unique to
your AWS account within a specific region. As an example, you could create a container named
movies in every region, as long as you don’t have an existing container with that name.public String toString()
toString in class ObjectObject.toString()public CreateContainerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.