@Generated(value="software.amazon.awssdk:codegen") public final class ImportJobResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportJobResponse.Builder,ImportJobResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
ImportJobResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The unique ID of the application to which the import job applies.
|
static ImportJobResponse.Builder |
builder() |
Integer |
completedPieces()
The number of pieces that have successfully imported as of the time of the request.
|
String |
completionDate()
The date the import job completed in ISO 8601 format.
|
String |
creationDate()
The date the import job was created in ISO 8601 format.
|
ImportJobResource |
definition()
The import job settings.
|
boolean |
equals(Object obj) |
Integer |
failedPieces()
The number of pieces that have failed to import as of the time of the request.
|
List<String> |
failures()
Provides up to 100 of the first failed entries for the job, if any exist.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of the import job.
|
JobStatus |
jobStatus()
The status of the import job.
|
String |
jobStatusAsString()
The status of the import job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportJobResponse.Builder> |
serializableBuilderClass() |
ImportJobResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
totalFailures()
The number of endpoints that failed to import; for example, because of syntax errors.
|
Integer |
totalPieces()
The total number of pieces that must be imported to finish the job.
|
Integer |
totalProcessed()
The number of endpoints that were processed by the import job.
|
String |
type()
The job type.
|
copy
public String applicationId()
public Integer completedPieces()
public String completionDate()
public String creationDate()
public ImportJobResource definition()
public Integer failedPieces()
public List<String> failures()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String id()
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 Integer totalFailures()
public Integer totalPieces()
public Integer totalProcessed()
public String type()
public ImportJobResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ImportJobResponse.Builder,ImportJobResponse>
public static ImportJobResponse.Builder builder()
public static Class<? extends ImportJobResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.