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