@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelJobResult() |
Modifier and Type | Method and Description |
---|---|
CancelJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A short text description of the job.
|
String |
getJobArn()
The job ARN.
|
String |
getJobId()
The unique identifier you assigned to this job when it was created.
|
int |
hashCode() |
void |
setDescription(String description)
A short text description of the job.
|
void |
setJobArn(String jobArn)
The job ARN.
|
void |
setJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
String |
toString()
Returns a string representation of this object.
|
CancelJobResult |
withDescription(String description)
A short text description of the job.
|
CancelJobResult |
withJobArn(String jobArn)
The job ARN.
|
CancelJobResult |
withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobArn(String jobArn)
The job ARN.
jobArn
- The job ARN.public String getJobArn()
The job ARN.
public CancelJobResult withJobArn(String jobArn)
The job ARN.
jobArn
- The job ARN.public void setJobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId
- The unique identifier you assigned to this job when it was created.public String getJobId()
The unique identifier you assigned to this job when it was created.
public CancelJobResult withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId
- The unique identifier you assigned to this job when it was created.public void setDescription(String description)
A short text description of the job.
description
- A short text description of the job.public String getDescription()
A short text description of the job.
public CancelJobResult withDescription(String description)
A short text description of the job.
description
- A short text description of the job.public String toString()
toString
in class Object
Object.toString()
public CancelJobResult clone()