@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterTaskDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterTaskDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
RegisterTaskDefinitionResult |
clone() |
boolean |
equals(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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 String toString()
toString
in class Object
Object.toString()
public RegisterTaskDefinitionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.