@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDashboardResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDashboardResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDashboardResult |
clone() |
boolean |
equals(Object obj) |
Dashboard |
getDashboard()
Information about the dashboard.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of this request.
|
int |
hashCode() |
void |
setDashboard(Dashboard dashboard)
Information about the dashboard.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of this request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDashboardResult |
withDashboard(Dashboard dashboard)
Information about the dashboard.
|
DescribeDashboardResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
DescribeDashboardResult |
withStatus(Integer status)
The HTTP status of this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDashboard(Dashboard dashboard)
Information about the dashboard.
dashboard
- Information about the dashboard.public Dashboard getDashboard()
Information about the dashboard.
public DescribeDashboardResult withDashboard(Dashboard dashboard)
Information about the dashboard.
dashboard
- Information about the dashboard.public void setStatus(Integer status)
The HTTP status of this request.
status
- The HTTP status of this request.public Integer getStatus()
The HTTP status of this request.
public DescribeDashboardResult withStatus(Integer status)
The HTTP status of this request.
status
- The HTTP status of this 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 DescribeDashboardResult 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 DescribeDashboardResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.