public class ListJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListJobsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAPIVersion()
Returns the value of the APIVersion property for this object.
|
String |
getMarker()
Returns the value of the Marker property for this object.
|
Integer |
getMaxJobs()
Returns the value of the MaxJobs property for this object.
|
int |
hashCode() |
void |
setAPIVersion(String aPIVersion)
Sets the value of the APIVersion property for this object.
|
void |
setMarker(String marker)
Sets the value of the Marker property for this object.
|
void |
setMaxJobs(Integer maxJobs)
Sets the value of the MaxJobs property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobsRequest |
withAPIVersion(String aPIVersion)
Sets the value of the APIVersion property for this object.
|
ListJobsRequest |
withMarker(String marker)
Sets the value of the Marker property for this object.
|
ListJobsRequest |
withMaxJobs(Integer maxJobs)
Sets the value of the MaxJobs property for this object.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setMaxJobs(Integer maxJobs)
maxJobs
- The new value for the MaxJobs property for this object.public Integer getMaxJobs()
public ListJobsRequest withMaxJobs(Integer maxJobs)
maxJobs
- The new value for the MaxJobs property for this object.public void setMarker(String marker)
marker
- The new value for the Marker property for this object.public String getMarker()
public ListJobsRequest withMarker(String marker)
marker
- The new value for the Marker property for this object.public void setAPIVersion(String aPIVersion)
aPIVersion
- The new value for the APIVersion property for this object.public String getAPIVersion()
public ListJobsRequest withAPIVersion(String aPIVersion)
aPIVersion
- The new value for the APIVersion property for this object.public String toString()
toString
in class Object
Object.toString()
public ListJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.