@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopNotebookInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StopNotebookInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
StopNotebookInstanceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNotebookInstanceName()
The name of the notebook instance to terminate.
|
int |
hashCode() |
void |
setNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to terminate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopNotebookInstanceRequest |
withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to terminate.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to terminate.
notebookInstanceName - The name of the notebook instance to terminate.public String getNotebookInstanceName()
The name of the notebook instance to terminate.
public StopNotebookInstanceRequest withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to terminate.
notebookInstanceName - The name of the notebook instance to terminate.public String toString()
toString in class ObjectObject.toString()public StopNotebookInstanceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.