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