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