@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartNotebookExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartNotebookExecutionResult () |
| Modifier and Type | Method and Description |
|---|---|
StartNotebookExecutionResult |
clone () |
boolean |
equals (Object obj) |
String |
getNotebookExecutionId ()
The unique identifier of the notebook execution.
|
int |
hashCode () |
void |
setNotebookExecutionId (String notebookExecutionId)
The unique identifier of the notebook execution.
|
String |
toString ()
Returns a string representation of this object.
|
StartNotebookExecutionResult |
withNotebookExecutionId (String notebookExecutionId)
The unique identifier of the notebook execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public StartNotebookExecutionResult()
public void setNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
notebookExecutionId - The unique identifier of the notebook execution.public String getNotebookExecutionId()
The unique identifier of the notebook execution.
public StartNotebookExecutionResult withNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
notebookExecutionId - The unique identifier of the notebook execution.public String toString()
toString in class Object Object.toString() public StartNotebookExecutionResult clone()