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