@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartTaskResult() |
Modifier and Type | Method and Description |
---|---|
StartTaskResult |
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 started.
|
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 started.
|
String |
toString()
Returns a string representation of this object.
|
StartTaskResult |
withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
StartTaskResult |
withFailures(Failure... failures)
Any failures associated with the call.
|
StartTaskResult |
withTasks(Collection<Task> tasks)
A full description of the tasks that were started.
|
StartTaskResult |
withTasks(Task... tasks)
A full description of the tasks that were started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Task> getTasks()
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
public void setTasks(Collection<Task> tasks)
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
tasks
- A full description of the tasks that were started. Each task that was successfully placed on your
container instances is described.public StartTaskResult withTasks(Task... tasks)
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
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 started. Each task that was successfully placed on your
container instances is described.public StartTaskResult withTasks(Collection<Task> tasks)
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
tasks
- A full description of the tasks that were started. Each task that was successfully placed on your
container instances is described.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 StartTaskResult 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 StartTaskResult withFailures(Collection<Failure> failures)
Any failures associated with the call.
failures
- Any failures associated with the call.public String toString()
toString
in class Object
Object.toString()
public StartTaskResult clone()