@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDashboardRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDashboardRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDashboardRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
String |
getDashboardDefinition()
The new dashboard definition, as specified in a JSON literal.
|
String |
getDashboardDescription()
A new description for the dashboard.
|
String |
getDashboardId()
The ID of the dashboard to update.
|
String |
getDashboardName()
A new friendly name for the dashboard.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
void |
setDashboardDefinition(String dashboardDefinition)
The new dashboard definition, as specified in a JSON literal.
|
void |
setDashboardDescription(String dashboardDescription)
A new description for the dashboard.
|
void |
setDashboardId(String dashboardId)
The ID of the dashboard to update.
|
void |
setDashboardName(String dashboardName)
A new friendly name for the dashboard.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDashboardRequest |
withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdateDashboardRequest |
withDashboardDefinition(String dashboardDefinition)
The new dashboard definition, as specified in a JSON literal.
|
UpdateDashboardRequest |
withDashboardDescription(String dashboardDescription)
A new description for the dashboard.
|
UpdateDashboardRequest |
withDashboardId(String dashboardId)
The ID of the dashboard to update.
|
UpdateDashboardRequest |
withDashboardName(String dashboardName)
A new friendly name for 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 setDashboardId(String dashboardId)
The ID of the dashboard to update.
dashboardId
- The ID of the dashboard to update.public String getDashboardId()
The ID of the dashboard to update.
public UpdateDashboardRequest withDashboardId(String dashboardId)
The ID of the dashboard to update.
dashboardId
- The ID of the dashboard to update.public void setDashboardName(String dashboardName)
A new friendly name for the dashboard.
dashboardName
- A new friendly name for the dashboard.public String getDashboardName()
A new friendly name for the dashboard.
public UpdateDashboardRequest withDashboardName(String dashboardName)
A new friendly name for the dashboard.
dashboardName
- A new friendly name for the dashboard.public void setDashboardDescription(String dashboardDescription)
A new description for the dashboard.
dashboardDescription
- A new description for the dashboard.public String getDashboardDescription()
A new description for the dashboard.
public UpdateDashboardRequest withDashboardDescription(String dashboardDescription)
A new description for the dashboard.
dashboardDescription
- A new description for the dashboard.public void setDashboardDefinition(String dashboardDefinition)
The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
dashboardDefinition
- The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.public String getDashboardDefinition()
The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
public UpdateDashboardRequest withDashboardDefinition(String dashboardDefinition)
The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
dashboardDefinition
- The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.public void setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
public UpdateDashboardRequest withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String toString()
toString
in class Object
Object.toString()
public UpdateDashboardRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()