StructuredPojo
, ToCopyableBuilder<ImportJobResponse.Builder,ImportJobResponse>
@Generated("software.amazon.awssdk:codegen") public class ImportJobResponse extends Object implements StructuredPojo, ToCopyableBuilder<ImportJobResponse.Builder,ImportJobResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ImportJobResponse.Builder |
Modifier and Type | Method | 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.
|
int |
hashCode() |
|
String |
id() |
The unique ID of the import job.
|
String |
jobStatus() |
The status of the import job.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
public String applicationId()
public Integer completedPieces()
public String completionDate()
public String creationDate()
public ImportJobResource definition()
public Integer failedPieces()
public List<String> failures()
public String id()
public String jobStatus()
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.