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