Class GetFindingsV2RequestMarshaller
java.lang.Object
software.amazon.awssdk.services.securityhub.transform.GetFindingsV2RequestMarshaller
- All Implemented Interfaces:
Marshaller<GetFindingsV2Request>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetFindingsV2Request>- Parameters:
getFindingsV2Request- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-