@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) |
<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()
The date/time that the container was started.
|
String |
name()
The name of the container related to a finding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContainerDetails.Builder> |
serializableBuilderClass() |
ContainerDetails.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 name()
The name of the container related to a finding.
public String imageId()
The identifier of the image related to a finding.
public String imageName()
The name of the image related to a finding.
public String launchedAt()
The date/time that the container was started.
public ContainerDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ContainerDetails.Builder,ContainerDetails>
public static ContainerDetails.Builder builder()
public static Class<? extends ContainerDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.