@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDashboardEmbedUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Output returned from the GetDashboardEmbedUrl
operation.
Constructor and Description |
---|
GetDashboardEmbedUrlResult() |
Modifier and Type | Method and Description |
---|---|
GetDashboardEmbedUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getEmbedUrl()
A single-use URL that you can put into your server-side webpage to embed your dashboard.
|
String |
getRequestId()
The AWS 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 webpage to embed your dashboard.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
GetDashboardEmbedUrlResult |
withEmbedUrl(String embedUrl)
A single-use URL that you can put into your server-side webpage to embed your dashboard.
|
GetDashboardEmbedUrlResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
GetDashboardEmbedUrlResult |
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 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.
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.public String getEmbedUrl()
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 GetDashboardEmbedUrlResult withEmbedUrl(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.
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.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 GetDashboardEmbedUrlResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public GetDashboardEmbedUrlResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public GetDashboardEmbedUrlResult clone()