@Generated(value="software.amazon.awssdk:codegen") public final class GetDashboardResponse extends CloudWatchResponse implements ToCopyableBuilder<GetDashboardResponse.Builder,GetDashboardResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDashboardResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDashboardResponse.Builder |
builder() |
String |
dashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
|
String |
dashboardBody()
The detailed information about the dashboard, including what widgets are included 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 GetDashboardResponse.Builder> |
serializableBuilderClass() |
GetDashboardResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
public final String dashboardBody()
The detailed information about the dashboard, including what widgets are included and their location on the
dashboard. For more information about the DashboardBody syntax, see Dashboard Body Structure and Syntax.
DashboardBody syntax, see Dashboard Body Structure and Syntax.public final String dashboardName()
The name of the dashboard.
public GetDashboardResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDashboardResponse.Builder,GetDashboardResponse>toBuilder in class AwsResponsepublic static GetDashboardResponse.Builder builder()
public static Class<? extends GetDashboardResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.