@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDashboardResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDashboardResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDashboardResult |
clone() |
boolean |
equals(Object obj) |
String |
getDashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
|
String |
getDashboardBody()
The detailed information about the dashboard, including what widgets are included and their location on the
dashboard.
|
String |
getDashboardName()
The name of the dashboard.
|
int |
hashCode() |
void |
setDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
void |
setDashboardBody(String dashboardBody)
The detailed information about the dashboard, including what widgets are included and their location on the
dashboard.
|
void |
setDashboardName(String dashboardName)
The name of the dashboard.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDashboardResult |
withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
GetDashboardResult |
withDashboardBody(String dashboardBody)
The detailed information about the dashboard, including what widgets are included and their location on the
dashboard.
|
GetDashboardResult |
withDashboardName(String dashboardName)
The name of the dashboard.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn - The Amazon Resource Name (ARN) of the dashboard.public String getDashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
public GetDashboardResult withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn - The Amazon Resource Name (ARN) of the dashboard.public void setDashboardBody(String dashboardBody)
The detailed information about the dashboard, including what widgets are included and their location on the
dashboard. For more information about the DashboardBody syntax, see
CloudWatch-Dashboard-Body-Structure.
dashboardBody - The detailed information about the dashboard, including what widgets are included and their location on
the dashboard. For more information about the DashboardBody syntax, see
CloudWatch-Dashboard-Body-Structure.public String getDashboardBody()
The detailed information about the dashboard, including what widgets are included and their location on the
dashboard. For more information about the DashboardBody syntax, see
CloudWatch-Dashboard-Body-Structure.
DashboardBody syntax, see
CloudWatch-Dashboard-Body-Structure.public GetDashboardResult withDashboardBody(String dashboardBody)
The detailed information about the dashboard, including what widgets are included and their location on the
dashboard. For more information about the DashboardBody syntax, see
CloudWatch-Dashboard-Body-Structure.
dashboardBody - The detailed information about the dashboard, including what widgets are included and their location on
the dashboard. For more information about the DashboardBody syntax, see
CloudWatch-Dashboard-Body-Structure.public void setDashboardName(String dashboardName)
The name of the dashboard.
dashboardName - The name of the dashboard.public String getDashboardName()
The name of the dashboard.
public GetDashboardResult withDashboardName(String dashboardName)
The name of the dashboard.
dashboardName - The name of the dashboard.public String toString()
toString in class ObjectObject.toString()public GetDashboardResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.