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