@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerDetails extends Object implements Serializable, Cloneable, StructuredPojo
Container details related to a finding.
| Constructor and Description |
|---|
ContainerDetails() |
| Modifier and Type | Method and Description |
|---|---|
ContainerDetails |
clone() |
boolean |
equals(Object obj) |
String |
getImageId()
The identifier of the image related to a finding.
|
String |
getImageName()
The name of the image related to a finding.
|
String |
getLaunchedAt()
The date and time when the container started.
|
String |
getName()
The name of the container related to a finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setImageId(String imageId)
The identifier of the image related to a finding.
|
void |
setImageName(String imageName)
The name of the image related to a finding.
|
void |
setLaunchedAt(String launchedAt)
The date and time when the container started.
|
void |
setName(String name)
The name of the container related to a finding.
|
String |
toString()
Returns a string representation of this object.
|
ContainerDetails |
withImageId(String imageId)
The identifier of the image related to a finding.
|
ContainerDetails |
withImageName(String imageName)
The name of the image related to a finding.
|
ContainerDetails |
withLaunchedAt(String launchedAt)
The date and time when the container started.
|
ContainerDetails |
withName(String name)
The name of the container related to a finding.
|
public void setName(String name)
The name of the container related to a finding.
name - The name of the container related to a finding.public String getName()
The name of the container related to a finding.
public ContainerDetails withName(String name)
The name of the container related to a finding.
name - The name of the container related to a finding.public void setImageId(String imageId)
The identifier of the image related to a finding.
imageId - The identifier of the image related to a finding.public String getImageId()
The identifier of the image related to a finding.
public ContainerDetails withImageId(String imageId)
The identifier of the image related to a finding.
imageId - The identifier of the image related to a finding.public void setImageName(String imageName)
The name of the image related to a finding.
imageName - The name of the image related to a finding.public String getImageName()
The name of the image related to a finding.
public ContainerDetails withImageName(String imageName)
The name of the image related to a finding.
imageName - The name of the image related to a finding.public void setLaunchedAt(String launchedAt)
The date and time when the container started.
launchedAt - The date and time when the container started.public String getLaunchedAt()
The date and time when the container started.
public ContainerDetails withLaunchedAt(String launchedAt)
The date and time when the container started.
launchedAt - The date and time when the container started.public String toString()
toString in class ObjectObject.toString()public ContainerDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.