@Generated(value="software.amazon.awssdk:codegen") public final class AnalysisSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisSummary.Builder,AnalysisSummary>
The summary metadata that describes an analysis.
Modifier and Type | Class and Description |
---|---|
static interface |
AnalysisSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
analysisId()
The ID of the analysis.
|
String |
arn()
The Amazon Resource Name (ARN) for the analysis.
|
static AnalysisSummary.Builder |
builder() |
Instant |
createdTime()
The time that the analysis was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The time that the analysis was last updated.
|
String |
name()
The name of the analysis.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalysisSummary.Builder> |
serializableBuilderClass() |
ResourceStatus |
status()
The last known status for the analysis.
|
String |
statusAsString()
The last known status for the analysis.
|
AnalysisSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String arn()
The Amazon Resource Name (ARN) for the analysis.
public String analysisId()
The ID of the analysis. This ID displays in the URL.
public String name()
The name of the analysis. This name is displayed in the QuickSight console.
public 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, status
will
return ResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
ResourceStatus
public 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, status
will
return ResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
ResourceStatus
public Instant createdTime()
The time that the analysis was created.
public Instant lastUpdatedTime()
The time that the analysis was last updated.
public AnalysisSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AnalysisSummary.Builder,AnalysisSummary>
public static AnalysisSummary.Builder builder()
public static Class<? extends AnalysisSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.