@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()
Returns the value of the CreatedTimestamp property for this object.
|
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, wait
copy
public 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()
.
JobStatus
public 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()
.
JobStatus
public Instant createdTimestamp()
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 SdkPojo
public String toString()
Copyright © 2020. All rights reserved.