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