@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 of the notebook to import.
|
int |
hashCode() |
void |
setNotebookId(String notebookId)
The ID of the notebook to import.
|
String |
toString()
Returns a string representation of this object.
|
ImportNotebookResult |
withNotebookId(String notebookId)
The ID of the notebook to import.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNotebookId(String notebookId)
The ID of the notebook to import.
notebookId
- The ID of the notebook to import.public String getNotebookId()
The ID of the notebook to import.
public ImportNotebookResult withNotebookId(String notebookId)
The ID of the notebook to import.
notebookId
- The ID of the notebook to import.public String toString()
toString
in class Object
Object.toString()
public ImportNotebookResult clone()