@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEarthObservationJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEarthObservationJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEarthObservationJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The total number of items to return.
|
String |
getNextToken()
If the previous response was truncated, you receive this token.
|
String |
getSortBy()
The parameter by which to sort the results.
|
String |
getSortOrder()
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
String |
getStatusEquals()
A filter that retrieves only jobs with a specific status.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The total number of items to return.
|
void |
setNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
void |
setSortBy(String sortBy)
The parameter by which to sort the results.
|
void |
setSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
void |
setStatusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
|
String |
toString()
Returns a string representation of this object.
|
ListEarthObservationJobsRequest |
withMaxResults(Integer maxResults)
The total number of items to return.
|
ListEarthObservationJobsRequest |
withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
ListEarthObservationJobsRequest |
withSortBy(String sortBy)
The parameter by which to sort the results.
|
ListEarthObservationJobsRequest |
withSortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListEarthObservationJobsRequest |
withSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListEarthObservationJobsRequest |
withStatusEquals(EarthObservationJobStatus statusEquals)
A filter that retrieves only jobs with a specific status.
|
ListEarthObservationJobsRequest |
withStatusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The total number of items to return.
maxResults
- The total number of items to return.public Integer getMaxResults()
The total number of items to return.
public ListEarthObservationJobsRequest withMaxResults(Integer maxResults)
The total number of items to return.
maxResults
- The total number of items to return.public void setNextToken(String nextToken)
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
nextToken
- If the previous response was truncated, you receive this token. Use it in your next request to receive the
next set of results.public String getNextToken()
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
public ListEarthObservationJobsRequest withNextToken(String nextToken)
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
nextToken
- If the previous response was truncated, you receive this token. Use it in your next request to receive the
next set of results.public void setSortBy(String sortBy)
The parameter by which to sort the results.
sortBy
- The parameter by which to sort the results.public String getSortBy()
The parameter by which to sort the results.
public ListEarthObservationJobsRequest withSortBy(String sortBy)
The parameter by which to sort the results.
sortBy
- The parameter by which to sort the results.public void setSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.
sortOrder
- An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.SortOrder
public String getSortOrder()
An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.
Ascending
or
Descending
order.SortOrder
public ListEarthObservationJobsRequest withSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.
sortOrder
- An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.SortOrder
public ListEarthObservationJobsRequest withSortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.
sortOrder
- An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.SortOrder
public void setStatusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
statusEquals
- A filter that retrieves only jobs with a specific status.EarthObservationJobStatus
public String getStatusEquals()
A filter that retrieves only jobs with a specific status.
EarthObservationJobStatus
public ListEarthObservationJobsRequest withStatusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
statusEquals
- A filter that retrieves only jobs with a specific status.EarthObservationJobStatus
public ListEarthObservationJobsRequest withStatusEquals(EarthObservationJobStatus statusEquals)
A filter that retrieves only jobs with a specific status.
statusEquals
- A filter that retrieves only jobs with a specific status.EarthObservationJobStatus
public String toString()
toString
in class Object
Object.toString()
public ListEarthObservationJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()