public class ListJobsRequest extends AmazonWebServiceRequest implements java.io.Serializable
ListJobs operation.
This operation returns the jobs associated with the requester. AWS Import/Export lists the jobs in reverse chronological order based on the date of creation. For example if Job Test1 was created 2009Dec30 and Test2 was created 2010Feb05, the ListJobs operation would return Test2 followed by Test1.
| コンストラクタと説明 |
|---|
ListJobsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
Specifies the JOBID to start after when listing the jobs created with
your account.
|
java.lang.Integer |
getMaxJobs()
Sets the maximum number of jobs returned in the response.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
Specifies the JOBID to start after when listing the jobs created with
your account.
|
void |
setMaxJobs(java.lang.Integer maxJobs)
Sets the maximum number of jobs returned in the response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobsRequest |
withMarker(java.lang.String marker)
Specifies the JOBID to start after when listing the jobs created with
your account.
|
ListJobsRequest |
withMaxJobs(java.lang.Integer maxJobs)
Sets the maximum number of jobs returned in the response.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.Integer getMaxJobs()
public void setMaxJobs(java.lang.Integer maxJobs)
maxJobs - Sets the maximum number of jobs returned in the response. If there are
additional jobs that were not returned because MaxJobs was exceeded,
the response contains public ListJobsRequest withMaxJobs(java.lang.Integer maxJobs)
Returns a reference to this object so that method calls can be chained together.
maxJobs - Sets the maximum number of jobs returned in the response. If there are
additional jobs that were not returned because MaxJobs was exceeded,
the response contains public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - Specifies the JOBID to start after when listing the jobs created with
your account. AWS Import/Export lists your jobs in reverse
chronological order. See MaxJobs.public ListJobsRequest withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - Specifies the JOBID to start after when listing the jobs created with
your account. AWS Import/Export lists your jobs in reverse
chronological order. See MaxJobs.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