Class CreateStateMachineRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.sfn.transform.CreateStateMachineRequestMarshaller
- All Implemented Interfaces:
 Marshaller<CreateStateMachineRequest>
@Generated("software.amazon.awssdk:codegen")
public class CreateStateMachineRequestMarshaller
extends Object
implements Marshaller<CreateStateMachineRequest>
CreateStateMachineRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionCreateStateMachineRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateStateMachineRequest createStateMachineRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
CreateStateMachineRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<CreateStateMachineRequest>- Parameters:
 createStateMachineRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -