@Generated(value="software.amazon.awssdk:codegen") public final class VersionInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VersionInfo.Builder,VersionInfo>
The Docker and Amazon ECS container agent version information about a container instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VersionInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
agentHash()
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.
|
String |
agentVersion()
The version number of the Amazon ECS container agent.
|
static VersionInfo.Builder |
builder() |
String |
dockerVersion()
The Docker version that's running on the container instance.
|
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 VersionInfo.Builder> |
serializableBuilderClass() |
VersionInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String agentVersion()
The version number of the Amazon ECS container agent.
public final String agentHash()
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.
public final String dockerVersion()
The Docker version that's running on the container instance.
public VersionInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VersionInfo.Builder,VersionInfo>public static VersionInfo.Builder builder()
public static Class<? extends VersionInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.