@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; useful for testing and debugging.
|
DeregisterTaskDefinitionResult |
withTaskDefinition(TaskDefinition taskDefinition)
The full description of the deregistered task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DeregisterTaskDefinitionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.