|
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.ListJobsRequest
public class ListJobsRequest
Container for the parameters to the 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.
AmazonImportExport.listJobs(ListJobsRequest)
,
Serialized FormConstructor Summary | |
---|---|
ListJobsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getMarker()
Specifies the JOBID to start after when listing the jobs created with your account. |
Integer |
getMaxJobs()
Sets the maximum number of jobs returned in the response. |
int |
hashCode()
|
void |
setMarker(String marker)
Specifies the JOBID to start after when listing the jobs created with your account. |
void |
setMaxJobs(Integer maxJobs)
Sets the maximum number of jobs returned in the response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListJobsRequest |
withMarker(String marker)
Specifies the JOBID to start after when listing the jobs created with your account. |
ListJobsRequest |
withMaxJobs(Integer maxJobs)
Sets the maximum number of jobs returned in the response. |
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 ListJobsRequest()
Method Detail |
---|
public Integer getMaxJobs()
public void setMaxJobs(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(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 String getMarker()
public void setMarker(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(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 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 |