@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
SearchResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
SearchResourcesBucketCriteria |
getBucketCriteria()
The filter conditions that determine which S3 buckets to include or exclude from the query results.
|
Integer |
getMaxResults()
The maximum number of items to include in each page of the response.
|
String |
getNextToken()
The nextToken string that specifies which page of results to return in a paginated response.
|
SearchResourcesSortCriteria |
getSortCriteria()
The criteria to use to sort the results.
|
int |
hashCode() |
void |
setBucketCriteria(SearchResourcesBucketCriteria bucketCriteria)
The filter conditions that determine which S3 buckets to include or exclude from the query results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to include in each page of the response.
|
void |
setNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
void |
setSortCriteria(SearchResourcesSortCriteria sortCriteria)
The criteria to use to sort the results.
|
String |
toString()
Returns a string representation of this object.
|
SearchResourcesRequest |
withBucketCriteria(SearchResourcesBucketCriteria bucketCriteria)
The filter conditions that determine which S3 buckets to include or exclude from the query results.
|
SearchResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to include in each page of the response.
|
SearchResourcesRequest |
withNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
SearchResourcesRequest |
withSortCriteria(SearchResourcesSortCriteria sortCriteria)
The criteria to use to sort the results.
|
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 setBucketCriteria(SearchResourcesBucketCriteria bucketCriteria)
The filter conditions that determine which S3 buckets to include or exclude from the query results.
bucketCriteria
- The filter conditions that determine which S3 buckets to include or exclude from the query results.public SearchResourcesBucketCriteria getBucketCriteria()
The filter conditions that determine which S3 buckets to include or exclude from the query results.
public SearchResourcesRequest withBucketCriteria(SearchResourcesBucketCriteria bucketCriteria)
The filter conditions that determine which S3 buckets to include or exclude from the query results.
bucketCriteria
- The filter conditions that determine which S3 buckets to include or exclude from the query results.public void setMaxResults(Integer maxResults)
The maximum number of items to include in each page of the response. The default value is 50.
maxResults
- The maximum number of items to include in each page of the response. The default value is 50.public Integer getMaxResults()
The maximum number of items to include in each page of the response. The default value is 50.
public SearchResourcesRequest withMaxResults(Integer maxResults)
The maximum number of items to include in each page of the response. The default value is 50.
maxResults
- The maximum number of items to include in each page of the response. The default value is 50.public void setNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
nextToken
- The nextToken string that specifies which page of results to return in a paginated response.public String getNextToken()
The nextToken string that specifies which page of results to return in a paginated response.
public SearchResourcesRequest withNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
nextToken
- The nextToken string that specifies which page of results to return in a paginated response.public void setSortCriteria(SearchResourcesSortCriteria sortCriteria)
The criteria to use to sort the results.
sortCriteria
- The criteria to use to sort the results.public SearchResourcesSortCriteria getSortCriteria()
The criteria to use to sort the results.
public SearchResourcesRequest withSortCriteria(SearchResourcesSortCriteria sortCriteria)
The criteria to use to sort the results.
sortCriteria
- The criteria to use to sort the results.public String toString()
toString
in class Object
Object.toString()
public SearchResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()