@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportJobResponse extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ExportJobResponse() |
Modifier and Type | Method and Description |
---|---|
ExportJobResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of the application associated with the export job.
|
Integer |
getCompletedPieces()
The number of pieces that have successfully completed as of the time of the request.
|
String |
getCompletionDate()
The date the job completed in ISO 8601 format.
|
String |
getCreationDate()
The date the job was created in ISO 8601 format.
|
ExportJobResource |
getDefinition()
The export job settings.
|
Integer |
getFailedPieces()
The number of pieces that failed to be processed as of the time of the request.
|
List<String> |
getFailures()
Provides up to 100 of the first failed entries for the job, if any exist.
|
String |
getId()
The unique ID of the job.
|
String |
getJobStatus()
The status of the job.
|
Integer |
getTotalFailures()
The number of endpoints that were not processed; for example, because of syntax errors.
|
Integer |
getTotalPieces()
The total number of pieces that must be processed to finish the job.
|
Integer |
getTotalProcessed()
The number of endpoints that were processed by the job.
|
String |
getType()
The job type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplicationId(String applicationId)
The unique ID of the application associated with the export job.
|
void |
setCompletedPieces(Integer completedPieces)
The number of pieces that have successfully completed as of the time of the request.
|
void |
setCompletionDate(String completionDate)
The date the job completed in ISO 8601 format.
|
void |
setCreationDate(String creationDate)
The date the job was created in ISO 8601 format.
|
void |
setDefinition(ExportJobResource definition)
The export job settings.
|
void |
setFailedPieces(Integer failedPieces)
The number of pieces that failed to be processed as of the time of the request.
|
void |
setFailures(Collection<String> failures)
Provides up to 100 of the first failed entries for the job, if any exist.
|
void |
setId(String id)
The unique ID of the job.
|
void |
setJobStatus(String jobStatus)
The status of the job.
|
void |
setTotalFailures(Integer totalFailures)
The number of endpoints that were not processed; for example, because of syntax errors.
|
void |
setTotalPieces(Integer totalPieces)
The total number of pieces that must be processed to finish the job.
|
void |
setTotalProcessed(Integer totalProcessed)
The number of endpoints that were processed by the job.
|
void |
setType(String type)
The job type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExportJobResponse |
withApplicationId(String applicationId)
The unique ID of the application associated with the export job.
|
ExportJobResponse |
withCompletedPieces(Integer completedPieces)
The number of pieces that have successfully completed as of the time of the request.
|
ExportJobResponse |
withCompletionDate(String completionDate)
The date the job completed in ISO 8601 format.
|
ExportJobResponse |
withCreationDate(String creationDate)
The date the job was created in ISO 8601 format.
|
ExportJobResponse |
withDefinition(ExportJobResource definition)
The export job settings.
|
ExportJobResponse |
withFailedPieces(Integer failedPieces)
The number of pieces that failed to be processed as of the time of the request.
|
ExportJobResponse |
withFailures(Collection<String> failures)
Provides up to 100 of the first failed entries for the job, if any exist.
|
ExportJobResponse |
withFailures(String... failures)
Provides up to 100 of the first failed entries for the job, if any exist.
|
ExportJobResponse |
withId(String id)
The unique ID of the job.
|
ExportJobResponse |
withJobStatus(JobStatus jobStatus)
The status of the job.
|
ExportJobResponse |
withJobStatus(String jobStatus)
The status of the job.
|
ExportJobResponse |
withTotalFailures(Integer totalFailures)
The number of endpoints that were not processed; for example, because of syntax errors.
|
ExportJobResponse |
withTotalPieces(Integer totalPieces)
The total number of pieces that must be processed to finish the job.
|
ExportJobResponse |
withTotalProcessed(Integer totalProcessed)
The number of endpoints that were processed by the job.
|
ExportJobResponse |
withType(String type)
The job type.
|
public void setApplicationId(String applicationId)
applicationId
- The unique ID of the application associated with the export job.public String getApplicationId()
public ExportJobResponse withApplicationId(String applicationId)
applicationId
- The unique ID of the application associated with the export job.public void setCompletedPieces(Integer completedPieces)
completedPieces
- The number of pieces that have successfully completed as of the time of the request.public Integer getCompletedPieces()
public ExportJobResponse withCompletedPieces(Integer completedPieces)
completedPieces
- The number of pieces that have successfully completed as of the time of the request.public void setCompletionDate(String completionDate)
completionDate
- The date the job completed in ISO 8601 format.public String getCompletionDate()
public ExportJobResponse withCompletionDate(String completionDate)
completionDate
- The date the job completed in ISO 8601 format.public void setCreationDate(String creationDate)
creationDate
- The date the job was created in ISO 8601 format.public String getCreationDate()
public ExportJobResponse withCreationDate(String creationDate)
creationDate
- The date the job was created in ISO 8601 format.public void setDefinition(ExportJobResource definition)
definition
- The export job settings.public ExportJobResource getDefinition()
public ExportJobResponse withDefinition(ExportJobResource definition)
definition
- The export job settings.public void setFailedPieces(Integer failedPieces)
failedPieces
- The number of pieces that failed to be processed as of the time of the request.public Integer getFailedPieces()
public ExportJobResponse withFailedPieces(Integer failedPieces)
failedPieces
- The number of pieces that failed to be processed as of the time of the request.public List<String> getFailures()
public void setFailures(Collection<String> failures)
failures
- Provides up to 100 of the first failed entries for the job, if any exist.public ExportJobResponse withFailures(String... failures)
NOTE: This method appends the values to the existing list (if any). Use
setFailures(java.util.Collection)
or withFailures(java.util.Collection)
if you want to override
the existing values.
failures
- Provides up to 100 of the first failed entries for the job, if any exist.public ExportJobResponse withFailures(Collection<String> failures)
failures
- Provides up to 100 of the first failed entries for the job, if any exist.public void setId(String id)
id
- The unique ID of the job.public String getId()
public ExportJobResponse withId(String id)
id
- The unique ID of the job.public void setJobStatus(String jobStatus)
jobStatus
- The status of the job. Valid values: CREATED, INITIALIZING, PROCESSING, COMPLETING, COMPLETED, FAILING,
FAILED
The job status is FAILED if one or more pieces failed.JobStatus
public String getJobStatus()
JobStatus
public ExportJobResponse withJobStatus(String jobStatus)
jobStatus
- The status of the job. Valid values: CREATED, INITIALIZING, PROCESSING, COMPLETING, COMPLETED, FAILING,
FAILED
The job status is FAILED if one or more pieces failed.JobStatus
public ExportJobResponse withJobStatus(JobStatus jobStatus)
jobStatus
- The status of the job. Valid values: CREATED, INITIALIZING, PROCESSING, COMPLETING, COMPLETED, FAILING,
FAILED
The job status is FAILED if one or more pieces failed.JobStatus
public void setTotalFailures(Integer totalFailures)
totalFailures
- The number of endpoints that were not processed; for example, because of syntax errors.public Integer getTotalFailures()
public ExportJobResponse withTotalFailures(Integer totalFailures)
totalFailures
- The number of endpoints that were not processed; for example, because of syntax errors.public void setTotalPieces(Integer totalPieces)
totalPieces
- The total number of pieces that must be processed to finish the job. Each piece is an approximately equal
portion of the endpoints.public Integer getTotalPieces()
public ExportJobResponse withTotalPieces(Integer totalPieces)
totalPieces
- The total number of pieces that must be processed to finish the job. Each piece is an approximately equal
portion of the endpoints.public void setTotalProcessed(Integer totalProcessed)
totalProcessed
- The number of endpoints that were processed by the job.public Integer getTotalProcessed()
public ExportJobResponse withTotalProcessed(Integer totalProcessed)
totalProcessed
- The number of endpoints that were processed by the job.public void setType(String type)
type
- The job type. Will be 'EXPORT'.public String getType()
public ExportJobResponse withType(String type)
type
- The job type. Will be 'EXPORT'.public String toString()
toString
in class Object
Object.toString()
public ExportJobResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.