public class GetStatusRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetStatus operation.
This operation returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job. You can only return information about jobs you own.
| コンストラクタと説明 |
|---|
GetStatusRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
GetStatusRequest |
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 GetStatusRequest 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