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