@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNotebookExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNotebookExecutionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNotebookExecutionResult |
clone() |
boolean |
equals(Object obj) |
NotebookExecution |
getNotebookExecution()
Properties of the notebook execution.
|
int |
hashCode() |
void |
setNotebookExecution(NotebookExecution notebookExecution)
Properties of the notebook execution.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNotebookExecutionResult |
withNotebookExecution(NotebookExecution notebookExecution)
Properties of the notebook execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNotebookExecution(NotebookExecution notebookExecution)
Properties of the notebook execution.
notebookExecution
- Properties of the notebook execution.public NotebookExecution getNotebookExecution()
Properties of the notebook execution.
public DescribeNotebookExecutionResult withNotebookExecution(NotebookExecution notebookExecution)
Properties of the notebook execution.
notebookExecution
- Properties of the notebook execution.public String toString()
toString
in class Object
Object.toString()
public DescribeNotebookExecutionResult clone()
Copyright © 2021. All rights reserved.