@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTaskSetRequest extends EcsRequest implements ToCopyableBuilder<UpdateTaskSetRequest.Builder,UpdateTaskSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTaskSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTaskSetRequest.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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Scale |
scale()
Returns the value of the Scale property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTaskSetRequest.Builder> |
serializableBuilderClass() |
String |
service()
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
|
String |
taskSet()
The short name or full Amazon Resource Name (ARN) of the task set to update.
|
UpdateTaskSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
public final String service()
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
public final String taskSet()
The short name or full Amazon Resource Name (ARN) of the task set to update.
public final Scale scale()
public UpdateTaskSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateTaskSetRequest.Builder,UpdateTaskSetRequest>toBuilder in class EcsRequestpublic static UpdateTaskSetRequest.Builder builder()
public static Class<? extends UpdateTaskSetRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.