@Generated(value="software.amazon.awssdk:codegen") public final class Container extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Container.Builder,Container>
A Docker container that is part of a task.
Modifier and Type | Class and Description |
---|---|
static interface |
Container.Builder |
Modifier and Type | Method and Description |
---|---|
static Container.Builder |
builder() |
String |
containerArn()
The Amazon Resource Name (ARN) of the container.
|
boolean |
equals(Object obj) |
Integer |
exitCode()
The exit code returned from the container.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HealthStatus |
healthStatus()
The health status of the container.
|
String |
healthStatusAsString()
The health status of the container.
|
String |
lastStatus()
The last known status of the container.
|
String |
name()
The name of the container.
|
List<NetworkBinding> |
networkBindings()
The network bindings associated with the container.
|
List<NetworkInterface> |
networkInterfaces()
The network interfaces associated with the container.
|
String |
reason()
A short (255 max characters) human-readable string to provide additional details about a running or stopped
container.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Container.Builder> |
serializableBuilderClass() |
String |
taskArn()
The ARN of the task.
|
Container.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String containerArn()
The Amazon Resource Name (ARN) of the container.
public String taskArn()
The ARN of the task.
public String name()
The name of the container.
public String lastStatus()
The last known status of the container.
public Integer exitCode()
The exit code returned from the container.
public String reason()
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
public List<NetworkBinding> networkBindings()
The network bindings associated with the container.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<NetworkInterface> networkInterfaces()
The network interfaces associated with the container.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public HealthStatus healthStatus()
The health status of the container. If health checks are not configured for this container in its task
definition, then it reports the health status as UNKNOWN
.
If the service returns an enum value that is not available in the current SDK version, healthStatus
will
return HealthStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
healthStatusAsString()
.
UNKNOWN
.HealthStatus
public String healthStatusAsString()
The health status of the container. If health checks are not configured for this container in its task
definition, then it reports the health status as UNKNOWN
.
If the service returns an enum value that is not available in the current SDK version, healthStatus
will
return HealthStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
healthStatusAsString()
.
UNKNOWN
.HealthStatus
public Container.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Container.Builder,Container>
public static Container.Builder builder()
public static Class<? extends Container.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.