@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 |
getDescription()
The job description.
|
String |
getJobArn()
The job ARN.
|
String |
getJobId()
The unique identifier you assigned to this job.
|
int |
hashCode() |
void |
setDescription(String description)
The job description.
|
void |
setJobArn(String jobArn)
The job ARN.
|
void |
setJobId(String jobId)
The unique identifier you assigned to this job.
|
String |
toString()
Returns a string representation of this object.
|
CreateJobResult |
withDescription(String description)
The job description.
|
CreateJobResult |
withJobArn(String jobArn)
The job ARN.
|
CreateJobResult |
withJobId(String jobId)
The unique identifier you assigned to this job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobArn(String jobArn)
The job ARN.
jobArn
- The job ARN.public String getJobArn()
The job ARN.
public CreateJobResult withJobArn(String jobArn)
The job ARN.
jobArn
- The job ARN.public void setJobId(String jobId)
The unique identifier you assigned to this job.
jobId
- The unique identifier you assigned to this job.public String getJobId()
The unique identifier you assigned to this job.
public CreateJobResult withJobId(String jobId)
The unique identifier you assigned to this job.
jobId
- The unique identifier you assigned to this job.public void setDescription(String description)
The job description.
description
- The job description.public String getDescription()
The job description.
public CreateJobResult withDescription(String description)
The job description.
description
- The job description.public String toString()
toString
in class Object
Object.toString()
public CreateJobResult clone()