@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetJobEntityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchGetJobEntityResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetJobEntityResult |
clone() |
boolean |
equals(Object obj) |
List<JobEntity> |
getEntities()
A list of the job entities, or details, in the batch.
|
List<GetJobEntityError> |
getErrors()
A list of errors from the job error logs for the batch.
|
int |
hashCode() |
void |
setEntities(Collection<JobEntity> entities)
A list of the job entities, or details, in the batch.
|
void |
setErrors(Collection<GetJobEntityError> errors)
A list of errors from the job error logs for the batch.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetJobEntityResult |
withEntities(Collection<JobEntity> entities)
A list of the job entities, or details, in the batch.
|
BatchGetJobEntityResult |
withEntities(JobEntity... entities)
A list of the job entities, or details, in the batch.
|
BatchGetJobEntityResult |
withErrors(Collection<GetJobEntityError> errors)
A list of errors from the job error logs for the batch.
|
BatchGetJobEntityResult |
withErrors(GetJobEntityError... errors)
A list of errors from the job error logs for the batch.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<JobEntity> getEntities()
A list of the job entities, or details, in the batch.
public void setEntities(Collection<JobEntity> entities)
A list of the job entities, or details, in the batch.
entities - A list of the job entities, or details, in the batch.public BatchGetJobEntityResult withEntities(JobEntity... entities)
A list of the job entities, or details, in the batch.
NOTE: This method appends the values to the existing list (if any). Use
setEntities(java.util.Collection) or withEntities(java.util.Collection) if you want to override
the existing values.
entities - A list of the job entities, or details, in the batch.public BatchGetJobEntityResult withEntities(Collection<JobEntity> entities)
A list of the job entities, or details, in the batch.
entities - A list of the job entities, or details, in the batch.public List<GetJobEntityError> getErrors()
A list of errors from the job error logs for the batch.
public void setErrors(Collection<GetJobEntityError> errors)
A list of errors from the job error logs for the batch.
errors - A list of errors from the job error logs for the batch.public BatchGetJobEntityResult withErrors(GetJobEntityError... errors)
A list of errors from the job error logs for the batch.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
errors - A list of errors from the job error logs for the batch.public BatchGetJobEntityResult withErrors(Collection<GetJobEntityError> errors)
A list of errors from the job error logs for the batch.
errors - A list of errors from the job error logs for the batch.public String toString()
toString in class ObjectObject.toString()public BatchGetJobEntityResult clone()