Class DeregisterTaskDefinitionResult
java.lang.Object
com.amazonaws.services.ecs.model.DeregisterTaskDefinitionResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe full description of the deregistered task.inthashCode()voidsetTaskDefinition(TaskDefinition taskDefinition) The full description of the deregistered task.toString()Returns a string representation of this object; useful for testing and debugging.withTaskDefinition(TaskDefinition taskDefinition) The full description of the deregistered task.
-
Constructor Details
-
DeregisterTaskDefinitionResult
public DeregisterTaskDefinitionResult()
-
-
Method Details
-
setTaskDefinition
The full description of the deregistered task.
- Parameters:
taskDefinition- The full description of the deregistered task.
-
getTaskDefinition
The full description of the deregistered task.
- Returns:
- The full description of the deregistered task.
-
withTaskDefinition
The full description of the deregistered task.
- Parameters:
taskDefinition- The full description of the deregistered task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-