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