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