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