@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 String jobId()
public ImportDestination importDestination()
public 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 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.