@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 EcsRequest
public static UpdateServicePrimaryTaskSetRequest.Builder builder()
public static Class<? extends UpdateServicePrimaryTaskSetRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.