@Generated(value="software.amazon.awssdk:codegen") public final class ECSService extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ECSService.Builder,ECSService>
Contains the service and cluster names used to identify an Amazon ECS deployment's target.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ECSService.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ECSService.Builder |
builder() |
String |
clusterName()
The name of the cluster that the Amazon ECS service is associated with.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ECSService.Builder> |
serializableBuilderClass() |
String |
serviceName()
The name of the target Amazon ECS service.
|
ECSService.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String serviceName()
The name of the target Amazon ECS service.
public String clusterName()
The name of the cluster that the Amazon ECS service is associated with.
public ECSService.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ECSService.Builder,ECSService>public static ECSService.Builder builder()
public static Class<? extends ECSService.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.