@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNotebookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateNotebookResult() |
Modifier and Type | Method and Description |
---|---|
CreateNotebookResult |
clone() |
boolean |
equals(Object obj) |
String |
getNotebookId()
A unique identifier for the notebook.
|
int |
hashCode() |
void |
setNotebookId(String notebookId)
A unique identifier for the notebook.
|
String |
toString()
Returns a string representation of this object.
|
CreateNotebookResult |
withNotebookId(String notebookId)
A unique identifier for the notebook.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNotebookId(String notebookId)
A unique identifier for the notebook.
notebookId
- A unique identifier for the notebook.public String getNotebookId()
A unique identifier for the notebook.
public CreateNotebookResult withNotebookId(String notebookId)
A unique identifier for the notebook.
notebookId
- A unique identifier for the notebook.public String toString()
toString
in class Object
Object.toString()
public CreateNotebookResult clone()
Copyright © 2023. All rights reserved.