@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 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 String service()
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
public String taskSet()
The short name or full Amazon Resource Name (ARN) of the task set to update.
public 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 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 © 2019. All rights reserved.