@Generated(value="software.amazon.awssdk:codegen") public final class GetSessionEmbedUrlResponse extends QuickSightResponse implements ToCopyableBuilder<GetSessionEmbedUrlResponse.Builder,GetSessionEmbedUrlResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSessionEmbedUrlResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSessionEmbedUrlResponse.Builder |
builder() |
String |
embedUrl()
A single-use URL that you can put into your server-side web page to embed your Amazon QuickSight session.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
requestId()
The Amazon Web Services request ID for this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSessionEmbedUrlResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the request.
|
GetSessionEmbedUrlResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String embedUrl()
A single-use URL that you can put into your server-side web page to embed your Amazon QuickSight session. This
URL is valid for 5 minutes. The API operation provides the URL with an auth_code value that enables
one (and only one) sign-on to a user session that is valid for 10 hours.
auth_code value
that enables one (and only one) sign-on to a user session that is valid for 10 hours.public final Integer status()
The HTTP status of the request.
public final String requestId()
The Amazon Web Services request ID for this operation.
public GetSessionEmbedUrlResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSessionEmbedUrlResponse.Builder,GetSessionEmbedUrlResponse>toBuilder in class AwsResponsepublic static GetSessionEmbedUrlResponse.Builder builder()
public static Class<? extends GetSessionEmbedUrlResponse.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.