Package com.amazonaws.services.ecs.model
Class DescribeTaskDefinitionResult
java.lang.Object
com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The full task definition description.int
hashCode()
void
setTaskDefinition
(TaskDefinition taskDefinition) The full task definition description.toString()
Returns a string representation of this object; useful for testing and debugging.withTaskDefinition
(TaskDefinition taskDefinition) The full task definition description.
-
Constructor Details
-
DescribeTaskDefinitionResult
public DescribeTaskDefinitionResult()
-
-
Method Details
-
setTaskDefinition
The full task definition description.
- Parameters:
taskDefinition
- The full task definition description.
-
getTaskDefinition
The full task definition description.
- Returns:
- The full task definition description.
-
withTaskDefinition
The full task definition description.
- Parameters:
taskDefinition
- The full task definition description.- 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
-