@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVectorEnrichmentJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListVectorEnrichmentJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListVectorEnrichmentJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum 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 maximum 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.
|
ListVectorEnrichmentJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return.
|
ListVectorEnrichmentJobsRequest |
withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
ListVectorEnrichmentJobsRequest |
withSortBy(String sortBy)
The parameter by which to sort the results.
|
ListVectorEnrichmentJobsRequest |
withSortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListVectorEnrichmentJobsRequest |
withSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListVectorEnrichmentJobsRequest |
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 maximum number of items to return.
maxResults
- The maximum number of items to return.public Integer getMaxResults()
The maximum number of items to return.
public ListVectorEnrichmentJobsRequest withMaxResults(Integer maxResults)
The maximum number of items to return.
maxResults
- The maximum 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 ListVectorEnrichmentJobsRequest 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 ListVectorEnrichmentJobsRequest 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 ListVectorEnrichmentJobsRequest 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 ListVectorEnrichmentJobsRequest 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.public String getStatusEquals()
A filter that retrieves only jobs with a specific status.
public ListVectorEnrichmentJobsRequest withStatusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
statusEquals
- A filter that retrieves only jobs with a specific status.public String toString()
toString
in class Object
Object.toString()
public ListVectorEnrichmentJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()