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