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