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