public class DeregisterTaskDefinitionResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DeregisterTaskDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
DeregisterTaskDefinitionResult |
clone() |
boolean |
equals(Object obj) |
TaskDefinition |
getTaskDefinition()
The full description of the deregistered task.
|
int |
hashCode() |
void |
setTaskDefinition(TaskDefinition taskDefinition)
The full description of the deregistered task.
|
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.
|
public TaskDefinition getTaskDefinition()
public void setTaskDefinition(TaskDefinition taskDefinition)
taskDefinition
- The full description of the deregistered task.public DeregisterTaskDefinitionResult withTaskDefinition(TaskDefinition taskDefinition)
Returns a reference to this object so that method calls can be chained together.
taskDefinition
- The full description of the deregistered task.public String toString()
toString
in class Object
Object.toString()
public DeregisterTaskDefinitionResult clone()
Copyright © 2015. All rights reserved.