Class AnalysisSummary
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AnalysisSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalysisSummary.Builder,AnalysisSummary>
@Generated("software.amazon.awssdk:codegen") public final class AnalysisSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisSummary.Builder,AnalysisSummary>
The summary metadata that describes an analysis.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnalysisSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringanalysisId()The ID of the analysis.Stringarn()The Amazon Resource Name (ARN) for the analysis.static AnalysisSummary.Builderbuilder()InstantcreatedTime()The time that the analysis was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTime()The time that the analysis was last updated.Stringname()The name of the analysis.List<SdkField<?>>sdkFields()static Class<? extends AnalysisSummary.Builder>serializableBuilderClass()ResourceStatusstatus()The last known status for the analysis.StringstatusAsString()The last known status for the analysis.AnalysisSummary.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
-
arn
public final String arn()
The Amazon Resource Name (ARN) for the analysis.
- Returns:
- The Amazon Resource Name (ARN) for the analysis.
-
analysisId
public final String analysisId()
The ID of the analysis. This ID displays in the URL.
- Returns:
- The ID of the analysis. This ID displays in the URL.
-
name
public final String name()
The name of the analysis. This name is displayed in the Amazon QuickSight console.
- Returns:
- The name of the analysis. This name is displayed in the Amazon QuickSight console.
-
status
public final ResourceStatus status()
The last known status for the analysis.
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 last known status for the analysis.
- See Also:
ResourceStatus
-
statusAsString
public final String statusAsString()
The last known status for the analysis.
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 last known status for the analysis.
- See Also:
ResourceStatus
-
createdTime
public final Instant createdTime()
The time that the analysis was created.
- Returns:
- The time that the analysis was created.
-
lastUpdatedTime
public final Instant lastUpdatedTime()
The time that the analysis was last updated.
- Returns:
- The time that the analysis was last updated.
-
toBuilder
public AnalysisSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalysisSummary.Builder,AnalysisSummary>
-
builder
public static AnalysisSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalysisSummary.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.
-
-