@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContainerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateContainerResult() |
Modifier and Type | Method and Description |
---|---|
CreateContainerResult |
clone() |
boolean |
equals(Object obj) |
Container |
getContainer()
ContainerARN: The Amazon Resource Name (ARN) of the newly created container.
|
int |
hashCode() |
void |
setContainer(Container container)
ContainerARN: The Amazon Resource Name (ARN) of the newly created container.
|
String |
toString()
Returns a string representation of this object.
|
CreateContainerResult |
withContainer(Container container)
ContainerARN: The Amazon Resource Name (ARN) of the newly created container.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContainer(Container container)
ContainerARN: The Amazon Resource Name (ARN) of the newly created container. The ARN has the following format: arn:aws:<region>:<account that owns this container>:container/<name of container>. For example: arn:aws:mediastore:us-west-2:111122223333:container/movies
ContainerName: The container name as specified in the request.
CreationTime: Unix time stamp.
Status: The status of container creation or deletion. The status is one of the following: CREATING
,
ACTIVE
, or DELETING
. While the service is creating the container, the status is
CREATING
. When an endpoint is available, the status changes to ACTIVE
.
The return value does not include the container's endpoint. To make downstream requests, you must obtain this value by using DescribeContainer or ListContainers.
container
- ContainerARN: The Amazon Resource Name (ARN) of the newly created container. The ARN has the following
format: arn:aws:<region>:<account that owns this container>:container/<name of
container>. For example: arn:aws:mediastore:us-west-2:111122223333:container/movies
ContainerName: The container name as specified in the request.
CreationTime: Unix time stamp.
Status: The status of container creation or deletion. The status is one of the following:
CREATING
, ACTIVE
, or DELETING
. While the service is creating the
container, the status is CREATING
. When an endpoint is available, the status changes to
ACTIVE
.
The return value does not include the container's endpoint. To make downstream requests, you must obtain this value by using DescribeContainer or ListContainers.
public Container getContainer()
ContainerARN: The Amazon Resource Name (ARN) of the newly created container. The ARN has the following format: arn:aws:<region>:<account that owns this container>:container/<name of container>. For example: arn:aws:mediastore:us-west-2:111122223333:container/movies
ContainerName: The container name as specified in the request.
CreationTime: Unix time stamp.
Status: The status of container creation or deletion. The status is one of the following: CREATING
,
ACTIVE
, or DELETING
. While the service is creating the container, the status is
CREATING
. When an endpoint is available, the status changes to ACTIVE
.
The return value does not include the container's endpoint. To make downstream requests, you must obtain this value by using DescribeContainer or ListContainers.
ContainerName: The container name as specified in the request.
CreationTime: Unix time stamp.
Status: The status of container creation or deletion. The status is one of the following:
CREATING
, ACTIVE
, or DELETING
. While the service is creating the
container, the status is CREATING
. When an endpoint is available, the status changes to
ACTIVE
.
The return value does not include the container's endpoint. To make downstream requests, you must obtain this value by using DescribeContainer or ListContainers.
public CreateContainerResult withContainer(Container container)
ContainerARN: The Amazon Resource Name (ARN) of the newly created container. The ARN has the following format: arn:aws:<region>:<account that owns this container>:container/<name of container>. For example: arn:aws:mediastore:us-west-2:111122223333:container/movies
ContainerName: The container name as specified in the request.
CreationTime: Unix time stamp.
Status: The status of container creation or deletion. The status is one of the following: CREATING
,
ACTIVE
, or DELETING
. While the service is creating the container, the status is
CREATING
. When an endpoint is available, the status changes to ACTIVE
.
The return value does not include the container's endpoint. To make downstream requests, you must obtain this value by using DescribeContainer or ListContainers.
container
- ContainerARN: The Amazon Resource Name (ARN) of the newly created container. The ARN has the following
format: arn:aws:<region>:<account that owns this container>:container/<name of
container>. For example: arn:aws:mediastore:us-west-2:111122223333:container/movies
ContainerName: The container name as specified in the request.
CreationTime: Unix time stamp.
Status: The status of container creation or deletion. The status is one of the following:
CREATING
, ACTIVE
, or DELETING
. While the service is creating the
container, the status is CREATING
. When an endpoint is available, the status changes to
ACTIVE
.
The return value does not include the container's endpoint. To make downstream requests, you must obtain this value by using DescribeContainer or ListContainers.
public String toString()
toString
in class Object
Object.toString()
public CreateContainerResult clone()