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