@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
RunTaskResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
RunTaskResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<Failure> | 
getFailures()
 Any failures associated with the call. 
 | 
List<Task> | 
getTasks()
 A full description of the tasks that were run. 
 | 
int | 
hashCode()  | 
void | 
setFailures(Collection<Failure> failures)
 Any failures associated with the call. 
 | 
void | 
setTasks(Collection<Task> tasks)
 A full description of the tasks that were run. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
RunTaskResult | 
withFailures(Collection<Failure> failures)
 Any failures associated with the call. 
 | 
RunTaskResult | 
withFailures(Failure... failures)
 Any failures associated with the call. 
 | 
RunTaskResult | 
withTasks(Collection<Task> tasks)
 A full description of the tasks that were run. 
 | 
RunTaskResult | 
withTasks(Task... tasks)
 A full description of the tasks that were run. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Task> getTasks()
A full description of the tasks that were run. Each task that was successfully placed on your cluster are described here.
public void setTasks(Collection<Task> tasks)
A full description of the tasks that were run. Each task that was successfully placed on your cluster are described here.
tasks - A full description of the tasks that were run. Each task that was successfully placed on your cluster are
        described here.public RunTaskResult withTasks(Task... tasks)
A full description of the tasks that were run. Each task that was successfully placed on your cluster are described here.
 NOTE: This method appends the values to the existing list (if any). Use
 setTasks(java.util.Collection) or withTasks(java.util.Collection) if you want to override the
 existing values.
 
tasks - A full description of the tasks that were run. Each task that was successfully placed on your cluster are
        described here.public RunTaskResult withTasks(Collection<Task> tasks)
A full description of the tasks that were run. Each task that was successfully placed on your cluster are described here.
tasks - A full description of the tasks that were run. Each task that was successfully placed on your cluster are
        described here.public List<Failure> getFailures()
Any failures associated with the call.
public void setFailures(Collection<Failure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.public RunTaskResult withFailures(Failure... failures)
Any failures associated with the call.
 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 - Any failures associated with the call.public RunTaskResult withFailures(Collection<Failure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.public String toString()
toString in class ObjectObject.toString()public RunTaskResult clone()
Copyright © 2017. All rights reserved.