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