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