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