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