@Generated(value="software.amazon.awssdk:codegen") public final class CreateContainerResponse extends MediaStoreResponse implements ToCopyableBuilder<CreateContainerResponse.Builder,CreateContainerResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateContainerResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateContainerResponse.Builder |
builder() |
Container |
container()
ContainerARN: The Amazon Resource Name (ARN) of the newly created container.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateContainerResponse.Builder> |
serializableBuilderClass() |
CreateContainerResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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 CreateContainerResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateContainerResponse.Builder,CreateContainerResponse>toBuilder in class AwsResponsepublic static CreateContainerResponse.Builder builder()
public static Class<? extends CreateContainerResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.