@Generated(value="software.amazon.awssdk:codegen") public final class DashboardSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashboardSummary.Builder,DashboardSummary>
Dashboard summary.
Modifier and Type | Class and Description |
---|---|
static interface |
DashboardSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the resource.
|
static DashboardSummary.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.
|
Long |
publishedVersionNumber()
Published version number.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DashboardSummary.Builder> |
serializableBuilderClass() |
DashboardSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String arn()
The Amazon Resource Name (ARN) of the resource.
public String dashboardId()
Dashboard ID.
public String name()
A display name for the dashboard.
public Instant createdTime()
The time that this dashboard was created.
public Instant lastUpdatedTime()
The last time that this dashboard was updated.
public Long publishedVersionNumber()
Published version number.
public Instant lastPublishedTime()
The last time that this dashboard was published.
public DashboardSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DashboardSummary.Builder,DashboardSummary>
public static DashboardSummary.Builder builder()
public static Class<? extends DashboardSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.