@Generated(value="software.amazon.awssdk:codegen") public final class ExportJobResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportJobResponse.Builder,ExportJobResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
ExportJobResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The unique ID of the application associated with the export job.
|
static ExportJobResponse.Builder |
builder() |
Integer |
completedPieces()
The number of pieces that have successfully completed as of the time of the request.
|
String |
completionDate()
The date the job completed in ISO 8601 format.
|
String |
creationDate()
The date the job was created in ISO 8601 format.
|
ExportJobResource |
definition()
The export job settings.
|
boolean |
equals(Object obj) |
Integer |
failedPieces()
The number of pieces that failed to be processed 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 job.
|
JobStatus |
jobStatus()
The status of the job.
|
String |
jobStatusAsString()
The status of the job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportJobResponse.Builder> |
serializableBuilderClass() |
ExportJobResponse.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 were not processed; for example, because of syntax errors.
|
Integer |
totalPieces()
The total number of pieces that must be processed to finish the job.
|
Integer |
totalProcessed()
The number of endpoints that were processed by the job.
|
String |
type()
The job type.
|
copy
public String applicationId()
public Integer completedPieces()
public String completionDate()
public String creationDate()
public ExportJobResource 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 ExportJobResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExportJobResponse.Builder,ExportJobResponse>
public static ExportJobResponse.Builder builder()
public static Class<? extends ExportJobResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.