@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()
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 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, 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 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 Object
Object.toString()
public StartNotebookInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.