@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNotebookInstanceLifecycleConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteNotebookInstanceLifecycleConfigRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteNotebookInstanceLifecycleConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNotebookInstanceLifecycleConfigName()
The name of the lifecycle configuration to delete.
|
int |
hashCode() |
void |
setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteNotebookInstanceLifecycleConfigRequest |
withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteNotebookInstanceLifecycleConfigRequest()
public void setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration to delete.
notebookInstanceLifecycleConfigName
- The name of the lifecycle configuration to delete.public String getNotebookInstanceLifecycleConfigName()
The name of the lifecycle configuration to delete.
public DeleteNotebookInstanceLifecycleConfigRequest withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration to delete.
notebookInstanceLifecycleConfigName
- The name of the lifecycle configuration to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteNotebookInstanceLifecycleConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()