@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDashboardSnapshotJobResultResponse extends QuickSightResponse implements ToCopyableBuilder<DescribeDashboardSnapshotJobResultResponse.Builder,DescribeDashboardSnapshotJobResultResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDashboardSnapshotJobResultResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) for the snapshot job.
|
static DescribeDashboardSnapshotJobResultResponse.Builder |
builder() |
Instant |
createdTime()
The time that a snapshot job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
SnapshotJobErrorInfo |
errorInfo()
Displays information for the error that caused a job to fail.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SnapshotJobStatus |
jobStatus()
Indicates the status of a job after it has reached a terminal state.
|
String |
jobStatusAsString()
Indicates the status of a job after it has reached a terminal state.
|
Instant |
lastUpdatedTime()
The time that a snapshot job status was last updated.
|
String |
requestId()
The Amazon Web Services request ID for this operation.
|
SnapshotJobResult |
result()
The result of the snapshot job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDashboardSnapshotJobResultResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the request
|
DescribeDashboardSnapshotJobResultResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job with a
StartDashboardSnapshotJob API call.
StartDashboardSnapshotJob API call.public final SnapshotJobStatus jobStatus()
Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED or FAILED status.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return SnapshotJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
COMPLETED or FAILED status.SnapshotJobStatuspublic final String jobStatusAsString()
Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a
COMPLETED or FAILED status.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return SnapshotJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
COMPLETED or FAILED status.SnapshotJobStatuspublic final Instant createdTime()
The time that a snapshot job was created.
public final Instant lastUpdatedTime()
The time that a snapshot job status was last updated.
public final SnapshotJobResult result()
The result of the snapshot job. Jobs that have successfully completed will return the S3Uri where they are located. Jobs that have failedwill return information on the error that caused the job to fail.
public final SnapshotJobErrorInfo errorInfo()
Displays information for the error that caused a job to fail.
public final String requestId()
The Amazon Web Services request ID for this operation.
public final Integer status()
The HTTP status of the request
public DescribeDashboardSnapshotJobResultResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDashboardSnapshotJobResultResponse.Builder,DescribeDashboardSnapshotJobResultResponse>toBuilder in class AwsResponsepublic static DescribeDashboardSnapshotJobResultResponse.Builder builder()
public static Class<? extends DescribeDashboardSnapshotJobResultResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.