@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents 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 for a running or stopped
 container. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
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 for 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 for 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 for a running or stopped container.
reason - A short (255 max characters) human-readable string to provide additional details for a running or stopped
        container.public String getReason()
A short (255 max characters) human-readable string to provide additional details for a running or stopped container.
public ContainerSummary withReason(String reason)
A short (255 max characters) human-readable string to provide additional details for a running or stopped container.
reason - A short (255 max characters) human-readable string to provide additional details for a running or stopped
        container.public String toString()
toString in class ObjectObject.toString()public ContainerSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.