Package com.amazonaws.services.ecs.model
Class DescribeTaskDefinitionResult
- java.lang.Object
-
- com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeTaskDefinitionResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeTaskDefinitionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeTaskDefinitionResultclone()booleanequals(Object obj)TaskDefinitiongetTaskDefinition()The full task definition description.inthashCode()voidsetTaskDefinition(TaskDefinition taskDefinition)The full task definition description.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeTaskDefinitionResultwithTaskDefinition(TaskDefinition taskDefinition)The full task definition description.
-
-
-
Method Detail
-
setTaskDefinition
public void setTaskDefinition(TaskDefinition taskDefinition)
The full task definition description.
- Parameters:
taskDefinition- The full task definition description.
-
getTaskDefinition
public TaskDefinition getTaskDefinition()
The full task definition description.
- Returns:
- The full task definition description.
-
withTaskDefinition
public DescribeTaskDefinitionResult withTaskDefinition(TaskDefinition taskDefinition)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeTaskDefinitionResult clone()
-
-