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