@Generated(value="software.amazon.awssdk:codegen") public final class DatasetExportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetExportJobSummary.Builder,DatasetExportJobSummary>
Provides a summary of the properties of a dataset export job. For a complete listing, call the DescribeDatasetExportJob API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetExportJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetExportJobSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that the dataset export job was created.
|
String |
datasetExportJobArn()
The Amazon Resource Name (ARN) of the dataset export job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If a dataset export job fails, the reason behind the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
The name of the dataset export job.
|
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the dataset export job status was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetExportJobSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the dataset export job.
|
DatasetExportJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetExportJobArn()
The Amazon Resource Name (ARN) of the dataset export job.
public final String jobName()
The name of the dataset export job.
public final String status()
The status of the dataset export job.
A dataset export job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
A dataset export job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
public final Instant creationDateTime()
The date and time (in Unix time) that the dataset export job was created.
public final Instant lastUpdatedDateTime()
The date and time (in Unix time) that the dataset export job status was last updated.
public final String failureReason()
If a dataset export job fails, the reason behind the failure.
public DatasetExportJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetExportJobSummary.Builder,DatasetExportJobSummary>public static DatasetExportJobSummary.Builder builder()
public static Class<? extends DatasetExportJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.