@Generated(value="software.amazon.awssdk:codegen") public final class CreatePresignedNotebookUrlResponse extends AthenaResponse implements ToCopyableBuilder<CreatePresignedNotebookUrlResponse.Builder,CreatePresignedNotebookUrlResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePresignedNotebookUrlResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authToken()
The authentication token for the notebook.
|
Long |
authTokenExpirationTime()
The UTC epoch time when the authentication token expires.
|
static CreatePresignedNotebookUrlResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
notebookUrl()
The URL of the notebook.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePresignedNotebookUrlResponse.Builder> |
serializableBuilderClass() |
CreatePresignedNotebookUrlResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String notebookUrl()
The URL of the notebook. The URL includes the authentication token and notebook file name and points directly to the opened notebook.
public final String authToken()
The authentication token for the notebook.
public final Long authTokenExpirationTime()
The UTC epoch time when the authentication token expires.
public CreatePresignedNotebookUrlResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePresignedNotebookUrlResponse.Builder,CreatePresignedNotebookUrlResponse>toBuilder in class AwsResponsepublic static CreatePresignedNotebookUrlResponse.Builder builder()
public static Class<? extends CreatePresignedNotebookUrlResponse.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.