@Generated(value="software.amazon.awssdk:codegen") public final class ExportNotebookResponse extends AthenaResponse implements ToCopyableBuilder<ExportNotebookResponse.Builder,ExportNotebookResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportNotebookResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportNotebookResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NotebookMetadata |
notebookMetadata()
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
String |
payload()
The content of the exported notebook.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportNotebookResponse.Builder> |
serializableBuilderClass() |
ExportNotebookResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NotebookMetadata notebookMetadata()
The notebook metadata, including notebook ID, notebook name, and workgroup name.
public final String payload()
The content of the exported notebook.
public ExportNotebookResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportNotebookResponse.Builder,ExportNotebookResponse>toBuilder in class AwsResponsepublic static ExportNotebookResponse.Builder builder()
public static Class<? extends ExportNotebookResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.