@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public StartNotebookExecutionResult clone()
Copyright © 2021. All rights reserved.