@Generated(value="software.amazon.awssdk:codegen") public final class PutDashboardRequest extends CloudWatchRequest implements ToCopyableBuilder<PutDashboardRequest.Builder,PutDashboardRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutDashboardRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutDashboardRequest.Builder |
builder() |
String |
dashboardBody()
The detailed information about the dashboard in JSON format, including the widgets to include and their location
on the dashboard.
|
String |
dashboardName()
The name of the dashboard.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutDashboardRequest.Builder> |
serializableBuilderClass() |
PutDashboardRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public 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 CloudWatch-Dashboard-Body-Structure.
For more information about the syntax, see CloudWatch-Dashboard-Body-Structure.
public PutDashboardRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutDashboardRequest.Builder,PutDashboardRequest>toBuilder in class CloudWatchRequestpublic static PutDashboardRequest.Builder builder()
public static Class<? extends PutDashboardRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.