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