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