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