Class EcsCluster
- java.lang.Object
-
- software.amazon.awssdk.services.opsworks.model.EcsCluster
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EcsCluster.Builder,EcsCluster>
@Generated("software.amazon.awssdk:codegen") public final class EcsCluster extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EcsCluster.Builder,EcsCluster>
Describes a registered Amazon ECS cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEcsCluster.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EcsCluster.Builderbuilder()StringecsClusterArn()The cluster's ARN.StringecsClusterName()The cluster name.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringregisteredAt()The time and date that the cluster was registered with the stack.List<SdkField<?>>sdkFields()static Class<? extends EcsCluster.Builder>serializableBuilderClass()StringstackId()The stack ID.EcsCluster.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
-
ecsClusterArn
public final String ecsClusterArn()
The cluster's ARN.
- Returns:
- The cluster's ARN.
-
ecsClusterName
public final String ecsClusterName()
The cluster name.
- Returns:
- The cluster name.
-
stackId
public final String stackId()
The stack ID.
- Returns:
- The stack ID.
-
registeredAt
public final String registeredAt()
The time and date that the cluster was registered with the stack.
- Returns:
- The time and date that the cluster was registered with the stack.
-
toBuilder
public EcsCluster.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EcsCluster.Builder,EcsCluster>
-
builder
public static EcsCluster.Builder builder()
-
serializableBuilderClass
public static Class<? extends EcsCluster.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.
-
-