@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) |
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.PipeTargetInvocationTypepublic String getInvocationType()
Specify whether to wait for the state machine to finish or not.
PipeTargetInvocationTypepublic 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.PipeTargetInvocationTypepublic 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.PipeTargetInvocationTypepublic String toString()
toString in class ObjectObject.toString()public PipeTargetStateMachineParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.