@Generated(value="software.amazon.awssdk:codegen") public final class ContainerImage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerImage.Builder,ContainerImage>
Describes a container image that is registered to an Amazon Lightsail container service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerImage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContainerImage.Builder |
builder() |
Instant |
createdAt()
The timestamp when the container image was created.
|
String |
digest()
The digest of the container image.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
image()
The name of the container image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContainerImage.Builder> |
serializableBuilderClass() |
ContainerImage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String image()
The name of the container image.
public final String digest()
The digest of the container image.
public final Instant createdAt()
The timestamp when the container image was created.
public ContainerImage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContainerImage.Builder,ContainerImage>public static ContainerImage.Builder builder()
public static Class<? extends ContainerImage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.