Class DashboardEntry
- java.lang.Object
-
- software.amazon.awssdk.services.cloudwatch.model.DashboardEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DashboardEntry.Builder,DashboardEntry>
@Generated("software.amazon.awssdk:codegen") public final class DashboardEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashboardEntry.Builder,DashboardEntry>
Represents a specific dashboard.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDashboardEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DashboardEntry.Builderbuilder()StringdashboardArn()The Amazon Resource Name (ARN) of the dashboard.StringdashboardName()The name of the dashboard.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModified()The time stamp of when the dashboard was last modified, either by an API call or through the console.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DashboardEntry.Builder>serializableBuilderClass()Longsize()The size of the dashboard, in bytes.DashboardEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dashboardName
public final String dashboardName()
The name of the dashboard.
- Returns:
- The name of the dashboard.
-
dashboardArn
public final String dashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
- Returns:
- The Amazon Resource Name (ARN) of the dashboard.
-
lastModified
public final 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.
- Returns:
- 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.
-
size
public final Long size()
The size of the dashboard, in bytes.
- Returns:
- The size of the dashboard, in bytes.
-
toBuilder
public DashboardEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DashboardEntry.Builder,DashboardEntry>
-
builder
public static DashboardEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends DashboardEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-