@Generated(value="software.amazon.awssdk:codegen") public final class CloudWatchDashboard extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudWatchDashboard.Builder,CloudWatchDashboard>
Information about a CloudWatch dashboard.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CloudWatchDashboard.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchDashboard.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the CloudWatch dashboard.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CloudWatchDashboard.Builder> |
serializableBuilderClass() |
CloudWatchDashboard.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the CloudWatch dashboard.
public CloudWatchDashboard.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CloudWatchDashboard.Builder,CloudWatchDashboard>public static CloudWatchDashboard.Builder builder()
public static Class<? extends CloudWatchDashboard.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.