@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
StopNotebookInstanceRequest |
withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to terminate.
|
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 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 Object
Object.toString()
public StopNotebookInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()