public class DeregisterTaskDefinitionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private TaskDefinition |
taskDefinition
The full description of the deregistered task.
|
Constructor and Description |
---|
DeregisterTaskDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
DeregisterTaskDefinitionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
TaskDefinition |
getTaskDefinition()
The full description of the deregistered task.
|
int |
hashCode() |
void |
setTaskDefinition(TaskDefinition taskDefinition)
The full description of the deregistered task.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeregisterTaskDefinitionResult |
withTaskDefinition(TaskDefinition taskDefinition)
The full description of the deregistered task.
|
private TaskDefinition taskDefinition
The full description of the deregistered task.
public void setTaskDefinition(TaskDefinition taskDefinition)
The full description of the deregistered task.
taskDefinition
- The full description of the deregistered task.public TaskDefinition getTaskDefinition()
The full description of the deregistered task.
public DeregisterTaskDefinitionResult withTaskDefinition(TaskDefinition taskDefinition)
The full description of the deregistered task.
taskDefinition
- The full description of the deregistered task.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeregisterTaskDefinitionResult clone()
clone
in class java.lang.Object