@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDashboardResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<DescribeDashboardResponse.Builder,DescribeDashboardResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDashboardResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDashboardResponse.Builder |
builder() |
String |
dashboardArn()
The ARN of the
dashboard, which has the following format.
|
Instant |
dashboardCreationDate()
The date the dashboard was created, in Unix epoch time.
|
String |
dashboardDefinition()
The dashboard's definition JSON literal.
|
String |
dashboardDescription()
The dashboard's description.
|
String |
dashboardId()
The ID of the dashboard.
|
Instant |
dashboardLastUpdateDate()
The date the dashboard was last updated, in Unix epoch time.
|
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() |
String |
projectId()
The ID of the project that the dashboard is in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDashboardResponse.Builder> |
serializableBuilderClass() |
DescribeDashboardResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dashboardId()
The ID of the dashboard.
public final String dashboardArn()
The ARN of the dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
public final String dashboardName()
The name of the dashboard.
public final String projectId()
The ID of the project that the dashboard is in.
public final String dashboardDescription()
The dashboard's description.
public final String dashboardDefinition()
The dashboard's definition JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
public final Instant dashboardCreationDate()
The date the dashboard was created, in Unix epoch time.
public final Instant dashboardLastUpdateDate()
The date the dashboard was last updated, in Unix epoch time.
public DescribeDashboardResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDashboardResponse.Builder,DescribeDashboardResponse>toBuilder in class AwsResponsepublic static DescribeDashboardResponse.Builder builder()
public static Class<? extends DescribeDashboardResponse.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 © 2022. All rights reserved.