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