public class ListJobsRequest extends AmazonWebServiceRequest implements 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.
Constructor and Description |
---|
ListJobsRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.