@Generated(value="software.amazon.awssdk:codegen") public final class Dashboard extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Dashboard.Builder,Dashboard>
Dashboard.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Dashboard.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the resource.
|
static Dashboard.Builder |
builder() |
Instant |
createdTime()
The time that this dashboard was created.
|
String |
dashboardId()
Dashboard ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastPublishedTime()
The last time that this dashboard was published.
|
Instant |
lastUpdatedTime()
The last time that this dashboard was updated.
|
String |
name()
A display name for the dashboard.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Dashboard.Builder> |
serializableBuilderClass() |
Dashboard.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DashboardVersion |
version()
Version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dashboardId()
Dashboard ID.
public final String arn()
The Amazon Resource Name (ARN) of the resource.
public final String name()
A display name for the dashboard.
public final DashboardVersion version()
Version.
public final Instant createdTime()
The time that this dashboard was created.
public final Instant lastPublishedTime()
The last time that this dashboard was published.
public final Instant lastUpdatedTime()
The last time that this dashboard was updated.
public Dashboard.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Dashboard.Builder,Dashboard>public static Dashboard.Builder builder()
public static Class<? extends Dashboard.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.