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