public class ReadJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ReadJob operation.
 The ReadJob operation returns detailed information about a job.
NOOP| Constructor and Description | 
|---|
ReadJobRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReadJobRequest | 
clone()
Creates a shallow clone of this request. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getId()
The identifier of the job for which you want to get detailed
 information. 
 | 
int | 
hashCode()  | 
void | 
setId(String id)
The identifier of the job for which you want to get detailed
 information. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
ReadJobRequest | 
withId(String id)
The identifier of the job for which you want to get detailed
 information. 
 | 
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getId()
 Constraints:
 Pattern: ^\d{13}-\w{6}$
public void setId(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(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 String toString()
toString in class ObjectObject.toString()public ReadJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.