@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStopJobRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchStopJobRunResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunResult |
clone() |
boolean |
equals(Object obj) |
List<BatchStopJobRunError> |
getErrors()
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
List<BatchStopJobRunSuccessfulSubmission> |
getSuccessfulSubmissions()
A list of job runs which are successfully submitted for stopping.
|
int |
hashCode() |
void |
setErrors(Collection<BatchStopJobRunError> errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
void |
setSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchStopJobRunResult |
withErrors(BatchStopJobRunError... errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
BatchStopJobRunResult |
withErrors(Collection<BatchStopJobRunError> errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
BatchStopJobRunResult |
withSuccessfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
BatchStopJobRunResult |
withSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BatchStopJobRunSuccessfulSubmission> getSuccessfulSubmissions()
A list of job runs which are successfully submitted for stopping.
public void setSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
successfulSubmissions - A list of job runs which are successfully submitted for stopping.public BatchStopJobRunResult withSuccessfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessfulSubmissions(java.util.Collection) or
withSuccessfulSubmissions(java.util.Collection) if you want to override the existing values.
successfulSubmissions - A list of job runs which are successfully submitted for stopping.public BatchStopJobRunResult withSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
successfulSubmissions - A list of job runs which are successfully submitted for stopping.public List<BatchStopJobRunError> getErrors()
A list containing the job run Ids and details of the error that occurred for each job run while submitting to stop.
public void setErrors(Collection<BatchStopJobRunError> errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to stop.
errors - A list containing the job run Ids and details of the error that occurred for each job run while submitting
to stop.public BatchStopJobRunResult withErrors(BatchStopJobRunError... errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to stop.
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 containing the job run Ids and details of the error that occurred for each job run while submitting
to stop.public BatchStopJobRunResult withErrors(Collection<BatchStopJobRunError> errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to stop.
errors - A list containing the job run Ids and details of the error that occurred for each job run while submitting
to stop.public String toString()
toString in class ObjectObject.toString()public BatchStopJobRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.