@Generated(value="software.amazon.awssdk:codegen") public final class ExportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportJobSummary.Builder,ExportJobSummary>
A summary of the export job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportJobSummary.Builder |
builder() |
Instant |
completedTimestamp()
The timestamp of when the export job was completed.
|
Instant |
createdTimestamp()
The timestamp of when the export job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExportSourceType |
exportSourceType()
The source type of the export job.
|
String |
exportSourceTypeAsString()
The source type of the export job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The export job ID.
|
JobStatus |
jobStatus()
The status of the export job.
|
String |
jobStatusAsString()
The status of the export job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportJobSummary.Builder> |
serializableBuilderClass() |
ExportJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The export job ID.
public final ExportSourceType exportSourceType()
The source type of the export job.
If the service returns an enum value that is not available in the current SDK version, exportSourceType
will return ExportSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from exportSourceTypeAsString().
ExportSourceTypepublic final String exportSourceTypeAsString()
The source type of the export job.
If the service returns an enum value that is not available in the current SDK version, exportSourceType
will return ExportSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from exportSourceTypeAsString().
ExportSourceTypepublic final JobStatus jobStatus()
The status of the export job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic final String jobStatusAsString()
The status of the export job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic final Instant createdTimestamp()
The timestamp of when the export job was created.
public final Instant completedTimestamp()
The timestamp of when the export job was completed.
public ExportJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportJobSummary.Builder,ExportJobSummary>public static ExportJobSummary.Builder builder()
public static Class<? extends ExportJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.