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