public class CancelJobRequest extends AmazonWebServiceRequest implements java.io.Serializable
CancelJob operation.
This operation cancels a specified job. Only the job owner can cancel it. The operation fails if the job has already started or is complete.
| コンストラクタと説明 |
|---|
CancelJobRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getJobId()
A unique identifier which refers to a particular job.
|
int |
hashCode() |
void |
setJobId(java.lang.String jobId)
A unique identifier which refers to a particular job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelJobRequest |
withJobId(java.lang.String jobId)
A unique identifier which refers to a particular job.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getJobId()
public void setJobId(java.lang.String jobId)
jobId - A unique identifier which refers to a particular job.public CancelJobRequest withJobId(java.lang.String jobId)
Returns a reference to this object so that method calls can be chained together.
jobId - A unique identifier which refers to a particular job.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object