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