@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summarizes a batch job.
Constructor and Description |
---|
BatchSummary() |
Modifier and Type | Method and Description |
---|---|
BatchSummary |
clone() |
boolean |
equals(Object obj) |
BatchStepInput |
getStepInput()
The step input of the batch summary.
|
BatchStepOutput |
getStepOutput()
The step output of the batch summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStepInput(BatchStepInput stepInput)
The step input of the batch summary.
|
void |
setStepOutput(BatchStepOutput stepOutput)
The step output of the batch summary.
|
String |
toString()
Returns a string representation of this object.
|
BatchSummary |
withStepInput(BatchStepInput stepInput)
The step input of the batch summary.
|
BatchSummary |
withStepOutput(BatchStepOutput stepOutput)
The step output of the batch summary.
|
public void setStepInput(BatchStepInput stepInput)
The step input of the batch summary.
stepInput
- The step input of the batch summary.public BatchStepInput getStepInput()
The step input of the batch summary.
public BatchSummary withStepInput(BatchStepInput stepInput)
The step input of the batch summary.
stepInput
- The step input of the batch summary.public void setStepOutput(BatchStepOutput stepOutput)
The step output of the batch summary.
stepOutput
- The step output of the batch summary.public BatchStepOutput getStepOutput()
The step output of the batch summary.
public BatchSummary withStepOutput(BatchStepOutput stepOutput)
The step output of the batch summary.
stepOutput
- The step output of the batch summary.public String toString()
toString
in class Object
Object.toString()
public BatchSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.