@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the CloudWatch dashboard.
public CloudWatchDashboard.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CloudWatchDashboard.Builder,CloudWatchDashboard>
public static CloudWatchDashboard.Builder builder()
public static Class<? extends CloudWatchDashboard.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.