@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportNotebookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ImportNotebookResult() |
Modifier and Type | Method and Description |
---|---|
ImportNotebookResult |
clone() |
boolean |
equals(Object obj) |
String |
getNotebookId()
The ID assigned to the imported notebook.
|
int |
hashCode() |
void |
setNotebookId(String notebookId)
The ID assigned to the imported notebook.
|
String |
toString()
Returns a string representation of this object.
|
ImportNotebookResult |
withNotebookId(String notebookId)
The ID assigned to the imported notebook.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNotebookId(String notebookId)
The ID assigned to the imported notebook.
notebookId
- The ID assigned to the imported notebook.public String getNotebookId()
The ID assigned to the imported notebook.
public ImportNotebookResult withNotebookId(String notebookId)
The ID assigned to the imported notebook.
notebookId
- The ID assigned to the imported notebook.public String toString()
toString
in class Object
Object.toString()
public ImportNotebookResult clone()