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