@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StepRunSummary extends Object implements Serializable, Cloneable, StructuredPojo
Defines the step run summary.
Constructor and Description |
---|
StepRunSummary() |
Modifier and Type | Method and Description |
---|---|
StepRunSummary |
clone() |
boolean |
equals(Object obj) |
CompareActionSummary |
getCompareAction()
The compare action of the step run summary.
|
MainframeActionSummary |
getMainframeAction()
The mainframe action of the step run summary.
|
ResourceActionSummary |
getResourceAction()
The resource action of the step run summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompareAction(CompareActionSummary compareAction)
The compare action of the step run summary.
|
void |
setMainframeAction(MainframeActionSummary mainframeAction)
The mainframe action of the step run summary.
|
void |
setResourceAction(ResourceActionSummary resourceAction)
The resource action of the step run summary.
|
String |
toString()
Returns a string representation of this object.
|
StepRunSummary |
withCompareAction(CompareActionSummary compareAction)
The compare action of the step run summary.
|
StepRunSummary |
withMainframeAction(MainframeActionSummary mainframeAction)
The mainframe action of the step run summary.
|
StepRunSummary |
withResourceAction(ResourceActionSummary resourceAction)
The resource action of the step run summary.
|
public void setMainframeAction(MainframeActionSummary mainframeAction)
The mainframe action of the step run summary.
mainframeAction
- The mainframe action of the step run summary.public MainframeActionSummary getMainframeAction()
The mainframe action of the step run summary.
public StepRunSummary withMainframeAction(MainframeActionSummary mainframeAction)
The mainframe action of the step run summary.
mainframeAction
- The mainframe action of the step run summary.public void setCompareAction(CompareActionSummary compareAction)
The compare action of the step run summary.
compareAction
- The compare action of the step run summary.public CompareActionSummary getCompareAction()
The compare action of the step run summary.
public StepRunSummary withCompareAction(CompareActionSummary compareAction)
The compare action of the step run summary.
compareAction
- The compare action of the step run summary.public void setResourceAction(ResourceActionSummary resourceAction)
The resource action of the step run summary.
resourceAction
- The resource action of the step run summary.public ResourceActionSummary getResourceAction()
The resource action of the step run summary.
public StepRunSummary withResourceAction(ResourceActionSummary resourceAction)
The resource action of the step run summary.
resourceAction
- The resource action of the step run summary.public String toString()
toString
in class Object
Object.toString()
public StepRunSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.