Package com.amazonaws.services.ecs.model
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()
boolean
The full description of the deregistered task.int
hashCode()
void
setTaskDefinition
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-