@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportNotebookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ExportNotebookResult() |
| Modifier and Type | Method and Description |
|---|---|
ExportNotebookResult |
clone() |
boolean |
equals(Object obj) |
NotebookMetadata |
getNotebookMetadata()
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
String |
getPayload()
The content of the exported notebook.
|
int |
hashCode() |
void |
setNotebookMetadata(NotebookMetadata notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
void |
setPayload(String payload)
The content of the exported notebook.
|
String |
toString()
Returns a string representation of this object.
|
ExportNotebookResult |
withNotebookMetadata(NotebookMetadata notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
ExportNotebookResult |
withPayload(String payload)
The content of the exported notebook.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNotebookMetadata(NotebookMetadata notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
notebookMetadata - The notebook metadata, including notebook ID, notebook name, and workgroup name.public NotebookMetadata getNotebookMetadata()
The notebook metadata, including notebook ID, notebook name, and workgroup name.
public ExportNotebookResult withNotebookMetadata(NotebookMetadata notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
notebookMetadata - The notebook metadata, including notebook ID, notebook name, and workgroup name.public void setPayload(String payload)
The content of the exported notebook.
payload - The content of the exported notebook.public String getPayload()
The content of the exported notebook.
public ExportNotebookResult withPayload(String payload)
The content of the exported notebook.
payload - The content of the exported notebook.public String toString()
toString in class ObjectObject.toString()public ExportNotebookResult clone()