|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.importexport.model.GetStatusRequest
public class GetStatusRequest
Container for the parameters to the 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.
AmazonImportExport.getStatus(GetStatusRequest)
,
Serialized FormConstructor Summary | |
---|---|
GetStatusRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetStatusRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |