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