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