Class StartExecutionRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.sfn.transform.StartExecutionRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<StartExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public class StartExecutionRequestMarshaller extends Object implements Marshaller<StartExecutionRequest>
StartExecutionRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description StartExecutionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(StartExecutionRequest startExecutionRequest)
-
-
-
Constructor Detail
-
StartExecutionRequestMarshaller
public StartExecutionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(StartExecutionRequest startExecutionRequest)
- Specified by:
marshallin interfaceMarshaller<StartExecutionRequest>
-
-