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