@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() |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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.SortOrderpublic String getSortOrder()
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
Ascending or
Descending order.SortOrderpublic 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.SortOrderpublic 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.SortOrderpublic 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.EarthObservationJobStatuspublic String getStatusEquals()
A filter that retrieves only jobs with a specific status.
EarthObservationJobStatuspublic 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.EarthObservationJobStatuspublic 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.EarthObservationJobStatuspublic String toString()
toString in class ObjectObject.toString()public ListEarthObservationJobsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.