@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()
An 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)
An 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)
An 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)
An 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
value
that enables a single sign-on session.
embedUrl
- An 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
value that enables a single sign-on session.public String getEmbedUrl()
An 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
value
that enables a single sign-on session.
auth_code
value that enables a single sign-on session.public GetDashboardEmbedUrlResult withEmbedUrl(String embedUrl)
An 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
value
that enables a single sign-on session.
embedUrl
- An 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
value that enables a single sign-on 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.