@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsJobAbortConfig extends Object implements Serializable, Cloneable, StructuredPojo
The criteria that determine when and how a job abort takes place.
| Constructor and Description | 
|---|
| AwsJobAbortConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| AwsJobAbortConfig | clone() | 
| boolean | equals(Object obj) | 
| List<AwsJobAbortCriteria> | getAbortCriteriaList()
 The list of criteria that determine when and how to abort the job. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAbortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)
 The list of criteria that determine when and how to abort the job. | 
| String | toString()Returns a string representation of this object. | 
| AwsJobAbortConfig | withAbortCriteriaList(AwsJobAbortCriteria... abortCriteriaList)
 The list of criteria that determine when and how to abort the job. | 
| AwsJobAbortConfig | withAbortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)
 The list of criteria that determine when and how to abort the job. | 
public List<AwsJobAbortCriteria> getAbortCriteriaList()
The list of criteria that determine when and how to abort the job.
public void setAbortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)
The list of criteria that determine when and how to abort the job.
abortCriteriaList - The list of criteria that determine when and how to abort the job.public AwsJobAbortConfig withAbortCriteriaList(AwsJobAbortCriteria... abortCriteriaList)
The list of criteria that determine when and how to abort the job.
 NOTE: This method appends the values to the existing list (if any). Use
 setAbortCriteriaList(java.util.Collection) or withAbortCriteriaList(java.util.Collection) if
 you want to override the existing values.
 
abortCriteriaList - The list of criteria that determine when and how to abort the job.public AwsJobAbortConfig withAbortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)
The list of criteria that determine when and how to abort the job.
abortCriteriaList - The list of criteria that determine when and how to abort the job.public String toString()
toString in class ObjectObject.toString()public AwsJobAbortConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.