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