@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 String dashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
public 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 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.