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