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