@Generated(value="software.amazon.awssdk:codegen") public final class GetDashboardEmbedUrlResponse extends QuickSightResponse implements ToCopyableBuilder<GetDashboardEmbedUrlResponse.Builder,GetDashboardEmbedUrlResponse>
Output returned from the GetDashboardEmbedUrl operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDashboardEmbedUrlResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDashboardEmbedUrlResponse.Builder |
builder() |
String |
embedUrl()
A single-use 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()
A single-use URL that you can put into your server-side webpage to embed your dashboard. 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 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 © 2020. All rights reserved.