@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 of the errors that were encountered in trying to stop
JobRuns , including the
JobRunId for which each error was encountered and details about the error. |
List<BatchStopJobRunSuccessfulSubmission> |
getSuccessfulSubmissions()
A list of the JobRuns that were successfully submitted for stopping.
|
int |
hashCode() |
void |
setErrors(Collection<BatchStopJobRunError> errors)
A list of the errors that were encountered in trying to stop
JobRuns , including the
JobRunId for which each error was encountered and details about the error. |
void |
setSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
String |
toString()
Returns a string representation of this object.
|
BatchStopJobRunResult |
withErrors(BatchStopJobRunError... errors)
A list of the errors that were encountered in trying to stop
JobRuns , including the
JobRunId for which each error was encountered and details about the error. |
BatchStopJobRunResult |
withErrors(Collection<BatchStopJobRunError> errors)
A list of the errors that were encountered in trying to stop
JobRuns , including the
JobRunId for which each error was encountered and details about the error. |
BatchStopJobRunResult |
withSuccessfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
BatchStopJobRunResult |
withSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchStopJobRunSuccessfulSubmission> getSuccessfulSubmissions()
A list of the JobRuns that were successfully submitted for stopping.
public void setSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
successfulSubmissions
- A list of the JobRuns that were successfully submitted for stopping.public BatchStopJobRunResult withSuccessfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of the JobRuns that were 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 the JobRuns that were successfully submitted for stopping.public BatchStopJobRunResult withSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
successfulSubmissions
- A list of the JobRuns that were successfully submitted for stopping.public List<BatchStopJobRunError> getErrors()
A list of the errors that were encountered in trying to stop JobRuns
, including the
JobRunId
for which each error was encountered and details about the error.
JobRuns
, including the
JobRunId
for which each error was encountered and details about the error.public void setErrors(Collection<BatchStopJobRunError> errors)
A list of the errors that were encountered in trying to stop JobRuns
, including the
JobRunId
for which each error was encountered and details about the error.
errors
- A list of the errors that were encountered in trying to stop JobRuns
, including the
JobRunId
for which each error was encountered and details about the error.public BatchStopJobRunResult withErrors(BatchStopJobRunError... errors)
A list of the errors that were encountered in trying to stop JobRuns
, including the
JobRunId
for which each error was encountered and details about the error.
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 the errors that were encountered in trying to stop JobRuns
, including the
JobRunId
for which each error was encountered and details about the error.public BatchStopJobRunResult withErrors(Collection<BatchStopJobRunError> errors)
A list of the errors that were encountered in trying to stop JobRuns
, including the
JobRunId
for which each error was encountered and details about the error.
errors
- A list of the errors that were encountered in trying to stop JobRuns
, including the
JobRunId
for which each error was encountered and details about the error.public String toString()
toString
in class Object
Object.toString()
public BatchStopJobRunResult clone()