@Generated(value="software.amazon.awssdk:codegen") public final class DashboardVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashboardVersionSummary.Builder,DashboardVersionSummary>
Dashboard version summary.
Modifier and Type | Class and Description |
---|---|
static interface |
DashboardVersionSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the resource.
|
static DashboardVersionSummary.Builder |
builder() |
Instant |
createdTime()
The time that this dashboard version was created.
|
String |
description()
Description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DashboardVersionSummary.Builder> |
serializableBuilderClass() |
String |
sourceEntityArn()
Source entity ARN.
|
ResourceStatus |
status()
The HTTP status of the request.
|
String |
statusAsString()
The HTTP status of the request.
|
DashboardVersionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
versionNumber()
Version number.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String arn()
The Amazon Resource Name (ARN) of the resource.
public final Instant createdTime()
The time that this dashboard version was created.
public final Long versionNumber()
Version number.
public final ResourceStatus status()
The HTTP status of the request.
If the service returns an enum value that is not available in the current SDK version, status
will
return ResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
ResourceStatus
public final String statusAsString()
The HTTP status of the request.
If the service returns an enum value that is not available in the current SDK version, status
will
return ResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
ResourceStatus
public final String sourceEntityArn()
Source entity ARN.
public final String description()
Description.
public DashboardVersionSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DashboardVersionSummary.Builder,DashboardVersionSummary>
public static DashboardVersionSummary.Builder builder()
public static Class<? extends DashboardVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.