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