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