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