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