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