@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterTaskDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
DeregisterTaskDefinitionResult |
withTaskDefinition(TaskDefinition taskDefinition)
The full description of the deregistered task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 String toString()
toString
in class Object
Object.toString()
public DeregisterTaskDefinitionResult clone()