public class RegisterTaskDefinitionResult
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 registered task definition.
|
Constructor and Description |
---|
RegisterTaskDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
RegisterTaskDefinitionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
TaskDefinition |
getTaskDefinition()
The full description of the registered task definition.
|
int |
hashCode() |
void |
setTaskDefinition(TaskDefinition taskDefinition)
The full description of the registered task definition.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterTaskDefinitionResult |
withTaskDefinition(TaskDefinition taskDefinition)
The full description of the registered task definition.
|
private TaskDefinition taskDefinition
The full description of the registered task definition.
public void setTaskDefinition(TaskDefinition taskDefinition)
The full description of the registered task definition.
taskDefinition
- The full description of the registered task definition.public TaskDefinition getTaskDefinition()
The full description of the registered task definition.
public RegisterTaskDefinitionResult withTaskDefinition(TaskDefinition taskDefinition)
The full description of the registered task definition.
taskDefinition
- The full description of the registered task definition.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 RegisterTaskDefinitionResult clone()
clone
in class java.lang.Object