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