@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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 AwsResponse
public static CreatePresignedNotebookUrlResponse.Builder builder()
public static Class<? extends CreatePresignedNotebookUrlResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2023. All rights reserved.