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