@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object representing summary details of a container within a job.
Constructor and Description |
---|
ContainerSummary() |
Modifier and Type | Method and Description |
---|---|
ContainerSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getExitCode()
The exit code to return upon completion.
|
String |
getReason()
A short (255 max characters) human-readable string to provide additional details about a running or stopped
container.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExitCode(Integer exitCode)
The exit code to return upon completion.
|
void |
setReason(String reason)
A short (255 max characters) human-readable string to provide additional details about a running or stopped
container.
|
String |
toString()
Returns a string representation of this object.
|
ContainerSummary |
withExitCode(Integer exitCode)
The exit code to return upon completion.
|
ContainerSummary |
withReason(String reason)
A short (255 max characters) human-readable string to provide additional details about a running or stopped
container.
|
public void setExitCode(Integer exitCode)
The exit code to return upon completion.
exitCode
- The exit code to return upon completion.public Integer getExitCode()
The exit code to return upon completion.
public ContainerSummary withExitCode(Integer exitCode)
The exit code to return upon completion.
exitCode
- The exit code to return upon completion.public void setReason(String reason)
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
reason
- A short (255 max characters) human-readable string to provide additional details about a running or
stopped container.public String getReason()
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
public ContainerSummary withReason(String reason)
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
reason
- A short (255 max characters) human-readable string to provide additional details about a running or
stopped container.public String toString()
toString
in class Object
Object.toString()
public ContainerSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.