Class UpdateAutomationRuleV2RequestMarshaller
java.lang.Object
software.amazon.awssdk.services.securityhub.transform.UpdateAutomationRuleV2RequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateAutomationRuleV2Request>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<UpdateAutomationRuleV2Request>
- Parameters:
updateAutomationRuleV2Request
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-