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