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