@Generated(value="software.amazon.awssdk:codegen") public final class DashboardEntry extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DashboardEntry.Builder> |
serializableBuilderClass() |
Long |
size()
The size of the dashboard, in bytes.
|
DashboardEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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()
toBuilder
in interface ToCopyableBuilder<DashboardEntry.Builder,DashboardEntry>
public static DashboardEntry.Builder builder()
public static Class<? extends DashboardEntry.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.