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