public class GetStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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.
NOOP
Constructor and Description |
---|
GetStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetStatusRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAPIVersion()
Specifies the version of the client tool.
|
String |
getJobId()
A unique identifier which refers to a particular job.
|
int |
hashCode() |
void |
setAPIVersion(String aPIVersion)
Specifies the version of the client tool.
|
void |
setJobId(String jobId)
A unique identifier which refers to a particular job.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetStatusRequest |
withAPIVersion(String aPIVersion)
Specifies the version of the client tool.
|
GetStatusRequest |
withJobId(String jobId)
A unique identifier which refers to a particular job.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getJobId()
public void setJobId(String jobId)
jobId
- A unique identifier which refers to a particular job.public GetStatusRequest withJobId(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 String getAPIVersion()
public void setAPIVersion(String aPIVersion)
aPIVersion
- Specifies the version of the client tool.public GetStatusRequest withAPIVersion(String aPIVersion)
Returns a reference to this object so that method calls can be chained together.
aPIVersion
- Specifies the version of the client tool.public String toString()
toString
in class Object
Object.toString()
public GetStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.