Class DashboardVersionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DashboardVersionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DashboardVersionSummary.Builder,DashboardVersionSummary>
@Generated("software.amazon.awssdk:codegen") public final class DashboardVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashboardVersionSummary.Builder,DashboardVersionSummary>
Dashboard version summary.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDashboardVersionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the resource.static DashboardVersionSummary.Builderbuilder()InstantcreatedTime()The time that this dashboard version was created.Stringdescription()Description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DashboardVersionSummary.Builder>serializableBuilderClass()StringsourceEntityArn()Source entity ARN.ResourceStatusstatus()The HTTP status of the request.StringstatusAsString()The HTTP status of the request.DashboardVersionSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongversionNumber()Version number.-
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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the resource.
- Returns:
- The Amazon Resource Name (ARN) of the resource.
-
createdTime
public final Instant createdTime()
The time that this dashboard version was created.
- Returns:
- The time that this dashboard version was created.
-
versionNumber
public final Long versionNumber()
Version number.
- Returns:
- Version number.
-
status
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,
statuswill returnResourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The HTTP status of the request.
- See Also:
ResourceStatus
-
statusAsString
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,
statuswill returnResourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The HTTP status of the request.
- See Also:
ResourceStatus
-
sourceEntityArn
public final String sourceEntityArn()
Source entity ARN.
- Returns:
- Source entity ARN.
-
description
public final String description()
Description.
- Returns:
- Description.
-
toBuilder
public DashboardVersionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DashboardVersionSummary.Builder,DashboardVersionSummary>
-
builder
public static DashboardVersionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DashboardVersionSummary.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.
-
-