@Generated(value="software.amazon.awssdk:codegen") public final class UpdateServicePrimaryTaskSetRequest extends EcsRequest implements ToCopyableBuilder<UpdateServicePrimaryTaskSetRequest.Builder,UpdateServicePrimaryTaskSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateServicePrimaryTaskSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServicePrimaryTaskSetRequest.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() |
String |
primaryTaskSet()
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the
deployment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateServicePrimaryTaskSetRequest.Builder> |
serializableBuilderClass() |
String |
service()
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
|
UpdateServicePrimaryTaskSetRequest.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 primaryTaskSet()
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
public UpdateServicePrimaryTaskSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateServicePrimaryTaskSetRequest.Builder,UpdateServicePrimaryTaskSetRequest>toBuilder in class EcsRequestpublic static UpdateServicePrimaryTaskSetRequest.Builder builder()
public static Class<? extends UpdateServicePrimaryTaskSetRequest.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 © 2023. All rights reserved.