@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDashboardRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutDashboardRequest() |
Modifier and Type | Method and Description |
---|---|
PutDashboardRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDashboardBody()
The detailed information about the dashboard in JSON format, including the widgets to include and their location
on the dashboard.
|
String |
getDashboardName()
The name of the dashboard.
|
int |
hashCode() |
void |
setDashboardBody(String dashboardBody)
The detailed information about the dashboard in JSON format, including the widgets to include 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.
|
PutDashboardRequest |
withDashboardBody(String dashboardBody)
The detailed information about the dashboard in JSON format, including the widgets to include and their location
on the dashboard.
|
PutDashboardRequest |
withDashboardName(String dashboardName)
The name of the dashboard.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDashboardName(String dashboardName)
The name of the dashboard. If a dashboard with this name already exists, this call modifies that dashboard, replacing its current contents. Otherwise, a new dashboard is created. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, "-", and "_".
dashboardName
- The name of the dashboard. If a dashboard with this name already exists, this call modifies that
dashboard, replacing its current contents. Otherwise, a new dashboard is created. The maximum length is
255, and valid characters are A-Z, a-z, 0-9, "-", and "_".public String getDashboardName()
The name of the dashboard. If a dashboard with this name already exists, this call modifies that dashboard, replacing its current contents. Otherwise, a new dashboard is created. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, "-", and "_".
public PutDashboardRequest withDashboardName(String dashboardName)
The name of the dashboard. If a dashboard with this name already exists, this call modifies that dashboard, replacing its current contents. Otherwise, a new dashboard is created. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, "-", and "_".
dashboardName
- The name of the dashboard. If a dashboard with this name already exists, this call modifies that
dashboard, replacing its current contents. Otherwise, a new dashboard is created. The maximum length is
255, and valid characters are A-Z, a-z, 0-9, "-", and "_".public void setDashboardBody(String dashboardBody)
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
For more information about the syntax, see CloudWatch-Dashboard-Body-Structure.
dashboardBody
- The detailed information about the dashboard in JSON format, including the widgets to include and their
location on the dashboard.
For more information about the syntax, see CloudWatch-Dashboard-Body-Structure.
public String getDashboardBody()
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
For more information about the syntax, see CloudWatch-Dashboard-Body-Structure.
For more information about the syntax, see CloudWatch-Dashboard-Body-Structure.
public PutDashboardRequest withDashboardBody(String dashboardBody)
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
For more information about the syntax, see CloudWatch-Dashboard-Body-Structure.
dashboardBody
- The detailed information about the dashboard in JSON format, including the widgets to include and their
location on the dashboard.
For more information about the syntax, see CloudWatch-Dashboard-Body-Structure.
public String toString()
toString
in class Object
Object.toString()
public PutDashboardRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.