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