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