Class ListPipelineVersionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.sagemaker.transform.ListPipelineVersionsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListPipelineVersionsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListPipelineVersionsRequest>- Parameters:
listPipelineVersionsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-