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