public class GetStatusRequest extends AmazonWebServiceRequest implements 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.
Constructor and Description |
---|
GetStatusRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getJobId()
A unique identifier which refers to a particular job.
|
int |
hashCode() |
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 |
withJobId(String jobId)
A unique identifier which refers to a particular job.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, 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 toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.