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