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