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