@Generated(value="software.amazon.awssdk:codegen") public final class ContainerDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerDetails.Builder,ContainerDetails>
Container details related to a finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContainerDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageId()
The identifier of the image related to a finding.
|
String |
imageName()
The name of the image related to a finding.
|
String |
launchedAt()
Indicates when the container started.
|
String |
name()
The name of the container related to a finding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContainerDetails.Builder> |
serializableBuilderClass() |
ContainerDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the container related to a finding.
public final String imageId()
The identifier of the image related to a finding.
public final String imageName()
The name of the image related to a finding.
public final String launchedAt()
Indicates when the container started.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
public ContainerDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContainerDetails.Builder,ContainerDetails>public static ContainerDetails.Builder builder()
public static Class<? extends ContainerDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.