public class ReadJobRequest extends AmazonWebServiceRequest implements java.io.Serializable
ReadJob operation.
The ReadJob operation returns detailed information about a job.
| コンストラクタと説明 |
|---|
ReadJobRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
The identifier of the job for which you want to get detailed
information.
|
int |
hashCode() |
void |
setId(java.lang.String id)
The identifier of the job for which you want to get detailed
information.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReadJobRequest |
withId(java.lang.String id)
The identifier of the job for which you want to get detailed
information.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getId()
Constraints:
Pattern: ^\d{13}-\w{6}$
public void setId(java.lang.String id)
Constraints:
Pattern: ^\d{13}-\w{6}$
id - The identifier of the job for which you want to get detailed
information.public ReadJobRequest withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
id - The identifier of the job for which you want to get detailed
information.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