@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipeTargetStateMachineParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for using a Step Functions state machine as a target.
Constructor and Description |
---|
PipeTargetStateMachineParameters() |
Modifier and Type | Method and Description |
---|---|
PipeTargetStateMachineParameters |
clone() |
boolean |
equals(Object obj) |
String |
getInvocationType()
Specify whether to wait for the state machine to finish or not.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInvocationType(String invocationType)
Specify whether to wait for the state machine to finish or not.
|
String |
toString()
Returns a string representation of this object.
|
PipeTargetStateMachineParameters |
withInvocationType(PipeTargetInvocationType invocationType)
Specify whether to wait for the state machine to finish or not.
|
PipeTargetStateMachineParameters |
withInvocationType(String invocationType)
Specify whether to wait for the state machine to finish or not.
|
public void setInvocationType(String invocationType)
Specify whether to wait for the state machine to finish or not.
invocationType
- Specify whether to wait for the state machine to finish or not.PipeTargetInvocationType
public String getInvocationType()
Specify whether to wait for the state machine to finish or not.
PipeTargetInvocationType
public PipeTargetStateMachineParameters withInvocationType(String invocationType)
Specify whether to wait for the state machine to finish or not.
invocationType
- Specify whether to wait for the state machine to finish or not.PipeTargetInvocationType
public PipeTargetStateMachineParameters withInvocationType(PipeTargetInvocationType invocationType)
Specify whether to wait for the state machine to finish or not.
invocationType
- Specify whether to wait for the state machine to finish or not.PipeTargetInvocationType
public String toString()
toString
in class Object
Object.toString()
public PipeTargetStateMachineParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.