@Generated(value="software.amazon.awssdk:codegen") public final class DeleteTaskSetRequest extends EcsRequest implements ToCopyableBuilder<DeleteTaskSetRequest.Builder,DeleteTaskSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteTaskSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteTaskSetRequest.Builder |
builder() |
String |
cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists
in to delete.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
force()
If
true, this allows you to delete a task set even if it hasn't been scaled down to zero. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteTaskSetRequest.Builder> |
serializableBuilderClass() |
String |
service()
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
|
String |
taskSet()
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
|
DeleteTaskSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in to delete.
public String service()
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
public String taskSet()
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
public Boolean force()
If true, this allows you to delete a task set even if it hasn't been scaled down to zero.
true, this allows you to delete a task set even if it hasn't been scaled down to zero.public DeleteTaskSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteTaskSetRequest.Builder,DeleteTaskSetRequest>toBuilder in class EcsRequestpublic static DeleteTaskSetRequest.Builder builder()
public static Class<? extends DeleteTaskSetRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.