@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.
|
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, withSdkRequestTimeoutpublic 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 "_". This parameter is required.
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 "_". This parameter is required.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 "_". This parameter is required.
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 "_". This parameter is required.
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 "_". This parameter is required.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. This parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax.
dashboardBody - The detailed information about the dashboard in JSON format, including the widgets to include and their
location on the dashboard. This parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax.
public String getDashboardBody()
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard. This parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax.
For more information about the syntax, see Dashboard Body Structure and Syntax.
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. This parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax.
dashboardBody - The detailed information about the dashboard in JSON format, including the widgets to include and their
location on the dashboard. This parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax.
public String toString()
toString in class ObjectObject.toString()public PutDashboardRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()