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