@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
CreateTaskResponse
Constructor and Description |
---|
CreateTaskResult() |
Modifier and Type | Method and Description |
---|---|
CreateTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getTaskArn()
The Amazon Resource Name (ARN) of the task.
|
int |
hashCode() |
void |
setTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
|
String |
toString()
Returns a string representation of this object.
|
CreateTaskResult |
withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
taskArn
- The Amazon Resource Name (ARN) of the task.public String getTaskArn()
The Amazon Resource Name (ARN) of the task.
public CreateTaskResult withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
taskArn
- The Amazon Resource Name (ARN) of the task.public String toString()
toString
in class Object
Object.toString()
public CreateTaskResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.