public class DescribeTaskDefinitionResult extends Object implements Serializable
Constructor and Description |
---|
DescribeTaskDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
TaskDefinition |
getTaskDefinition()
The full task definition description.
|
int |
hashCode() |
void |
setTaskDefinition(TaskDefinition taskDefinition)
The full task definition description.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTaskDefinitionResult |
withTaskDefinition(TaskDefinition taskDefinition)
The full task definition description.
|
public TaskDefinition getTaskDefinition()
public void setTaskDefinition(TaskDefinition taskDefinition)
taskDefinition
- The full task definition description.public DescribeTaskDefinitionResult withTaskDefinition(TaskDefinition taskDefinition)
Returns a reference to this object so that method calls can be chained together.
taskDefinition
- The full task definition description.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.