@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)
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 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 Object
Object.toString()
public ContainerDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.