@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDashboardEmbedUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDashboardEmbedUrlResult() |
Modifier and Type | Method and Description |
---|---|
GetDashboardEmbedUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getEmbedUrl()
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)
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)
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)
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.
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 String getEmbedUrl()
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 GetDashboardEmbedUrlResult withEmbedUrl(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.
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 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()
Copyright © 2019. All rights reserved.