@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateQuantumTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateQuantumTaskResult() |
Modifier and Type | Method and Description |
---|---|
CreateQuantumTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getQuantumTaskArn()
The ARN of the task created by the request.
|
int |
hashCode() |
void |
setQuantumTaskArn(String quantumTaskArn)
The ARN of the task created by the request.
|
String |
toString()
Returns a string representation of this object.
|
CreateQuantumTaskResult |
withQuantumTaskArn(String quantumTaskArn)
The ARN of the task created by the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQuantumTaskArn(String quantumTaskArn)
The ARN of the task created by the request.
quantumTaskArn
- The ARN of the task created by the request.public String getQuantumTaskArn()
The ARN of the task created by the request.
public CreateQuantumTaskResult withQuantumTaskArn(String quantumTaskArn)
The ARN of the task created by the request.
quantumTaskArn
- The ARN of the task created by the request.public String toString()
toString
in class Object
Object.toString()
public CreateQuantumTaskResult clone()