@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDashboardRequest extends IoTSiteWiseRequest implements ToCopyableBuilder<UpdateDashboardRequest.Builder,UpdateDashboardRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDashboardRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDashboardRequest.Builder |
builder() |
String |
clientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
String |
dashboardDefinition()
The new dashboard definition, as specified in a JSON literal.
|
String |
dashboardDescription()
A new description for the dashboard.
|
String |
dashboardId()
The ID of the dashboard to update.
|
String |
dashboardName()
A new friendly name for the dashboard.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDashboardRequest.Builder> |
serializableBuilderClass() |
UpdateDashboardRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dashboardId()
The ID of the dashboard to update.
public final String dashboardName()
A new friendly name for the dashboard.
public final String dashboardDescription()
A new description for the dashboard.
public final String dashboardDefinition()
The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the AWS IoT SiteWise User Guide.
public final 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.
public UpdateDashboardRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDashboardRequest.Builder,UpdateDashboardRequest>toBuilder in class IoTSiteWiseRequestpublic static UpdateDashboardRequest.Builder builder()
public static Class<? extends UpdateDashboardRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.