@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 QuickSight session.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
requestId()
The AWS 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 String embedUrl()
A single-use URL that you can put into your server-side web page to embed your 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 Integer status()
The HTTP status of the request.
public String requestId()
The AWS 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.