@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 dataset 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 dataset was published.
|
Instant |
lastUpdatedTime()
The last time that this dataset 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 String dashboardId()
Dashboard ID.
public String arn()
The Amazon Resource Name (ARN) of the resource.
public String name()
A display name for the dashboard.
public DashboardVersion version()
Version.
public Instant createdTime()
The time that this dataset was created.
public Instant lastPublishedTime()
The last time that this dataset was published.
public Instant lastUpdatedTime()
The last time that this dataset 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.