@Generated(value="software.amazon.awssdk:codegen") public final class ImportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportJobSummary.Builder,ImportJobSummary>
A summary of the import job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportJobSummary.Builder |
builder() |
Instant |
createdTimestamp()
The date and time when the import job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImportDestination |
importDestination()
Returns the value of the ImportDestination property for this object.
|
String |
jobId()
Returns the value of the JobId property for this object.
|
JobStatus |
jobStatus()
Returns the value of the JobStatus property for this object.
|
String |
jobStatusAsString()
Returns the value of the JobStatus property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportJobSummary.Builder> |
serializableBuilderClass() |
ImportJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
public final ImportDestination importDestination()
public final JobStatus jobStatus()
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()
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 date and time when the import job was created.
public ImportJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportJobSummary.Builder,ImportJobSummary>public static ImportJobSummary.Builder builder()
public static Class<? extends ImportJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.