@Generated(value="software.amazon.awssdk:codegen") public final class GetDashboardEmbedUrlResponse extends QuickSightResponse implements ToCopyableBuilder<GetDashboardEmbedUrlResponse.Builder,GetDashboardEmbedUrlResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDashboardEmbedUrlResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDashboardEmbedUrlResponse.Builder |
builder() |
String |
embedUrl()
URL that you can put into your server-side webpage to embed your dashboard.
|
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 GetDashboardEmbedUrlResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The http status of the request.
|
GetDashboardEmbedUrlResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String embedUrl()
URL that you can put into your server-side webpage to embed your dashboard. This URL is valid for 5 minutes, and the resulting session is valid for 10 hours. The API provides the URL with an auth_code that enables a single-signon session.
public Integer status()
The http status of the request.
public String requestId()
The AWS request ID for this operation.
public GetDashboardEmbedUrlResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDashboardEmbedUrlResponse.Builder,GetDashboardEmbedUrlResponse>toBuilder in class AwsResponsepublic static GetDashboardEmbedUrlResponse.Builder builder()
public static Class<? extends GetDashboardEmbedUrlResponse.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 © 2019. All rights reserved.