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