@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()
Indicates 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)
Indicates 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)
Indicates 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)
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
.
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
.
public String getLaunchedAt()
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 withLaunchedAt(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
.
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
.
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.