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