@Generated(value="software.amazon.awssdk:codegen") public final class DashboardEntry extends Object implements ToCopyableBuilder<DashboardEntry.Builder,DashboardEntry>
Represents a specific dashboard.
Modifier and Type | Class and Description |
---|---|
static interface |
DashboardEntry.Builder |
Modifier and Type | Method and Description |
---|---|
static DashboardEntry.Builder |
builder() |
String |
dashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
|
String |
dashboardName()
The name of the dashboard.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModified()
The time stamp of when the dashboard was last modified, either by an API call or through the console.
|
static Class<? extends DashboardEntry.Builder> |
serializableBuilderClass() |
Long |
size()
The size of the dashboard, in bytes.
|
DashboardEntry.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String dashboardName()
The name of the dashboard.
public String dashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
public Instant lastModified()
The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
public Long size()
The size of the dashboard, in bytes.
public DashboardEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DashboardEntry.Builder,DashboardEntry>
public static DashboardEntry.Builder builder()
public static Class<? extends DashboardEntry.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.