@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTaskSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTaskSetRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTaskSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found
in to delete.
|
Boolean |
getForce()
If
true , you can delete a task set even if it hasn't been scaled down to zero. |
String |
getService()
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
|
String |
getTaskSet()
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
|
int |
hashCode() |
Boolean |
isForce()
If
true , you can delete a task set even if it hasn't been scaled down to zero. |
void |
setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found
in to delete.
|
void |
setForce(Boolean force)
If
true , you can delete a task set even if it hasn't been scaled down to zero. |
void |
setService(String service)
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
|
void |
setTaskSet(String taskSet)
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTaskSetRequest |
withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found
in to delete.
|
DeleteTaskSetRequest |
withForce(Boolean force)
If
true , you can delete a task set even if it hasn't been scaled down to zero. |
DeleteTaskSetRequest |
withService(String service)
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
|
DeleteTaskSetRequest |
withTaskSet(String taskSet)
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set
found in to delete.public String getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete.
public DeleteTaskSetRequest withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set
found in to delete.public void setService(String service)
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
service
- The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.public String getService()
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
public DeleteTaskSetRequest withService(String service)
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
service
- The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.public void setTaskSet(String taskSet)
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
taskSet
- The task set ID or full Amazon Resource Name (ARN) of the task set to delete.public String getTaskSet()
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
public DeleteTaskSetRequest withTaskSet(String taskSet)
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
taskSet
- The task set ID or full Amazon Resource Name (ARN) of the task set to delete.public void setForce(Boolean force)
If true
, you can delete a task set even if it hasn't been scaled down to zero.
force
- If true
, you can delete a task set even if it hasn't been scaled down to zero.public Boolean getForce()
If true
, you can delete a task set even if it hasn't been scaled down to zero.
true
, you can delete a task set even if it hasn't been scaled down to zero.public DeleteTaskSetRequest withForce(Boolean force)
If true
, you can delete a task set even if it hasn't been scaled down to zero.
force
- If true
, you can delete a task set even if it hasn't been scaled down to zero.public Boolean isForce()
If true
, you can delete a task set even if it hasn't been scaled down to zero.
true
, you can delete a task set even if it hasn't been scaled down to zero.public String toString()
toString
in class Object
Object.toString()
public DeleteTaskSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()