@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
CreateContainerRequest |
withContainerName(String containerName)
The name for the container.
|
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 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 Object
Object.toString()
public CreateContainerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.