@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobArn()
The ARN of the Amazon Braket job created.
|
int |
hashCode() |
void |
setJobArn(String jobArn)
The ARN of the Amazon Braket job created.
|
String |
toString()
Returns a string representation of this object.
|
CreateJobResult |
withJobArn(String jobArn)
The ARN of the Amazon Braket job created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobArn(String jobArn)
The ARN of the Amazon Braket job created.
jobArn
- The ARN of the Amazon Braket job created.public String getJobArn()
The ARN of the Amazon Braket job created.
public CreateJobResult withJobArn(String jobArn)
The ARN of the Amazon Braket job created.
jobArn
- The ARN of the Amazon Braket job created.public String toString()
toString
in class Object
Object.toString()
public CreateJobResult clone()