Class ECSService
- java.lang.Object
-
- software.amazon.awssdk.services.codedeploy.model.ECSService
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ECSService.Builder,ECSService>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceECSService.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ECSService.Builderbuilder()StringclusterName()The name of the cluster that the Amazon ECS service is associated with.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ECSService.Builder>serializableBuilderClass()StringserviceName()The name of the target Amazon ECS service.ECSService.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
serviceName
public final String serviceName()
The name of the target Amazon ECS service.
- Returns:
- The name of the target Amazon ECS service.
-
clusterName
public final String clusterName()
The name of the cluster that the Amazon ECS service is associated with.
- Returns:
- The name of the cluster that the Amazon ECS service is associated with.
-
toBuilder
public ECSService.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ECSService.Builder,ECSService>
-
builder
public static ECSService.Builder builder()
-
serializableBuilderClass
public static Class<? extends ECSService.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-