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