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