@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/time that the container was started.
|
String |
getName()
The name of the container related to a finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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/time that the container was 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/time that the container was 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/time that the container was started.
launchedAt - The date/time that the container was started.public String getLaunchedAt()
The date/time that the container was started.
public ContainerDetails withLaunchedAt(String launchedAt)
The date/time that the container was started.
launchedAt - The date/time that the container was started.public String toString()
toString in class ObjectObject.toString()public ContainerDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.