@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) |
<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() |
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
CloudWatch-Dashboard-Body-Structure.
DashboardBody syntax, see
CloudWatch-Dashboard-Body-Structure.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 <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.