@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTaskSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTaskSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateTaskSetResult |
clone() |
boolean |
equals(Object obj) |
TaskSet |
getTaskSet()
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
int |
hashCode() |
void |
setTaskSet(TaskSet taskSet)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
String |
toString()
Returns a string representation of this object.
|
CreateTaskSetResult |
withTaskSet(TaskSet taskSet)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaskSet(TaskSet taskSet)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL
deployment. A
task set includes details such as the desired number of tasks, how many tasks are running, and whether the task
set serves production traffic.
taskSet
- Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL
deployment. A task set includes details such as the desired number of tasks, how many tasks are running,
and whether the task set serves production traffic.public TaskSet getTaskSet()
Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL
deployment. A
task set includes details such as the desired number of tasks, how many tasks are running, and whether the task
set serves production traffic.
EXTERNAL
deployment. A task set includes details such as the desired number of tasks, how many tasks are running,
and whether the task set serves production traffic.public CreateTaskSetResult withTaskSet(TaskSet taskSet)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL
deployment. A
task set includes details such as the desired number of tasks, how many tasks are running, and whether the task
set serves production traffic.
taskSet
- Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL
deployment. A task set includes details such as the desired number of tasks, how many tasks are running,
and whether the task set serves production traffic.public String toString()
toString
in class Object
Object.toString()
public CreateTaskSetResult clone()