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