@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) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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.
For more information about the syntax, see Dashboard Body Structure and Syntax.
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 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 © 2023. All rights reserved.