@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchTablesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchTablesRequest() |
Modifier and Type | Method and Description |
---|---|
SearchTablesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
A unique identifier, consisting of
account_id/datalake . |
List<PropertyPredicate> |
getFilters()
A list of key-value pairs, and a comparator used to filter the search results.
|
Integer |
getMaxResults()
The maximum number of tables to return in a single response.
|
String |
getNextToken()
A continuation token, included if this is a continuation call.
|
String |
getSearchText()
A string used for a text search.
|
List<SortCriterion> |
getSortCriteria()
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
A unique identifier, consisting of
account_id/datalake . |
void |
setFilters(Collection<PropertyPredicate> filters)
A list of key-value pairs, and a comparator used to filter the search results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of tables to return in a single response.
|
void |
setNextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
void |
setSearchText(String searchText)
A string used for a text search.
|
void |
setSortCriteria(Collection<SortCriterion> sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
String |
toString()
Returns a string representation of this object.
|
SearchTablesRequest |
withCatalogId(String catalogId)
A unique identifier, consisting of
account_id/datalake . |
SearchTablesRequest |
withFilters(Collection<PropertyPredicate> filters)
A list of key-value pairs, and a comparator used to filter the search results.
|
SearchTablesRequest |
withFilters(PropertyPredicate... filters)
A list of key-value pairs, and a comparator used to filter the search results.
|
SearchTablesRequest |
withMaxResults(Integer maxResults)
The maximum number of tables to return in a single response.
|
SearchTablesRequest |
withNextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
SearchTablesRequest |
withSearchText(String searchText)
A string used for a text search.
|
SearchTablesRequest |
withSortCriteria(Collection<SortCriterion> sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
SearchTablesRequest |
withSortCriteria(SortCriterion... sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
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, withSdkRequestTimeout
public void setCatalogId(String catalogId)
A unique identifier, consisting of account_id/datalake
.
catalogId
- A unique identifier, consisting of account_id/datalake
.public String getCatalogId()
A unique identifier, consisting of account_id/datalake
.
account_id/datalake
.public SearchTablesRequest withCatalogId(String catalogId)
A unique identifier, consisting of account_id/datalake
.
catalogId
- A unique identifier, consisting of account_id/datalake
.public void setNextToken(String nextToken)
A continuation token, included if this is a continuation call.
nextToken
- A continuation token, included if this is a continuation call.public String getNextToken()
A continuation token, included if this is a continuation call.
public SearchTablesRequest withNextToken(String nextToken)
A continuation token, included if this is a continuation call.
nextToken
- A continuation token, included if this is a continuation call.public List<PropertyPredicate> getFilters()
A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
public void setFilters(Collection<PropertyPredicate> filters)
A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
filters
- A list of key-value pairs, and a comparator used to filter the search results. Returns all entities
matching the predicate.public SearchTablesRequest withFilters(PropertyPredicate... filters)
A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- A list of key-value pairs, and a comparator used to filter the search results. Returns all entities
matching the predicate.public SearchTablesRequest withFilters(Collection<PropertyPredicate> filters)
A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
filters
- A list of key-value pairs, and a comparator used to filter the search results. Returns all entities
matching the predicate.public void setSearchText(String searchText)
A string used for a text search.
Specifying a value in quotes filters based on an exact match to the value.
searchText
- A string used for a text search.
Specifying a value in quotes filters based on an exact match to the value.
public String getSearchText()
A string used for a text search.
Specifying a value in quotes filters based on an exact match to the value.
Specifying a value in quotes filters based on an exact match to the value.
public SearchTablesRequest withSearchText(String searchText)
A string used for a text search.
Specifying a value in quotes filters based on an exact match to the value.
searchText
- A string used for a text search.
Specifying a value in quotes filters based on an exact match to the value.
public List<SortCriterion> getSortCriteria()
A list of criteria for sorting the results by a field name, in an ascending or descending order.
public void setSortCriteria(Collection<SortCriterion> sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
sortCriteria
- A list of criteria for sorting the results by a field name, in an ascending or descending order.public SearchTablesRequest withSortCriteria(SortCriterion... sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
NOTE: This method appends the values to the existing list (if any). Use
setSortCriteria(java.util.Collection)
or withSortCriteria(java.util.Collection)
if you want to
override the existing values.
sortCriteria
- A list of criteria for sorting the results by a field name, in an ascending or descending order.public SearchTablesRequest withSortCriteria(Collection<SortCriterion> sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
sortCriteria
- A list of criteria for sorting the results by a field name, in an ascending or descending order.public void setMaxResults(Integer maxResults)
The maximum number of tables to return in a single response.
maxResults
- The maximum number of tables to return in a single response.public Integer getMaxResults()
The maximum number of tables to return in a single response.
public SearchTablesRequest withMaxResults(Integer maxResults)
The maximum number of tables to return in a single response.
maxResults
- The maximum number of tables to return in a single response.public String toString()
toString
in class Object
Object.toString()
public SearchTablesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.