Class ProtectedTask
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.ProtectedTask
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProtectedTask.Builder,ProtectedTask>
@Generated("software.amazon.awssdk:codegen") public final class ProtectedTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProtectedTask.Builder,ProtectedTask>
An object representing the protection status details for a task. You can set the protection status with the UpdateTaskProtection API and get the status of tasks with the GetTaskProtection API.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProtectedTask.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProtectedTask.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InstantexpirationDate()The epoch time when protection for the task will expire.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanprotectionEnabled()The protection status of the task.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ProtectedTask.Builder>serializableBuilderClass()StringtaskArn()The task ARN.ProtectedTask.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
-
taskArn
public final String taskArn()
The task ARN.
- Returns:
- The task ARN.
-
protectionEnabled
public final Boolean protectionEnabled()
The protection status of the task. If scale-in protection is on for a task, the value is
true. Otherwise, it isfalse.- Returns:
- The protection status of the task. If scale-in protection is on for a task, the value is
true. Otherwise, it isfalse.
-
expirationDate
public final Instant expirationDate()
The epoch time when protection for the task will expire.
- Returns:
- The epoch time when protection for the task will expire.
-
toBuilder
public ProtectedTask.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProtectedTask.Builder,ProtectedTask>
-
builder
public static ProtectedTask.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProtectedTask.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-