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