@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSessionEmbedUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSessionEmbedUrlResult() |
Modifier and Type | Method and Description |
---|---|
GetSessionEmbedUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getEmbedUrl()
A single-use URL that you can put into your server-side web page to embed your Amazon QuickSight session.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setEmbedUrl(String embedUrl)
A single-use URL that you can put into your server-side web page to embed your Amazon QuickSight session.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
GetSessionEmbedUrlResult |
withEmbedUrl(String embedUrl)
A single-use URL that you can put into your server-side web page to embed your Amazon QuickSight session.
|
GetSessionEmbedUrlResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
GetSessionEmbedUrlResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEmbedUrl(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.
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.public String getEmbedUrl()
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 GetSessionEmbedUrlResult withEmbedUrl(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.
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.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public GetSessionEmbedUrlResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public GetSessionEmbedUrlResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public GetSessionEmbedUrlResult clone()