@Generated(value="software.amazon.awssdk:codegen") public final class SearchIndexRequest extends IotRequest implements ToCopyableBuilder<SearchIndexRequest.Builder,SearchIndexRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchIndexRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SearchIndexRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The search index name.
|
Integer |
maxResults()
The maximum number of results to return at one time.
|
String |
nextToken()
The token used to get the next set of results, or
null if there are no additional results. |
String |
queryString()
The search query string.
|
String |
queryVersion()
The query version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SearchIndexRequest.Builder> |
serializableBuilderClass() |
SearchIndexRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String indexName()
The search index name.
public final String queryString()
The search query string. For more information about the search query syntax, see Query syntax.
public final String nextToken()
The token used to get the next set of results, or null if there are no additional results.
null if there are no additional results.public final Integer maxResults()
The maximum number of results to return at one time.
public final String queryVersion()
The query version.
public SearchIndexRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchIndexRequest.Builder,SearchIndexRequest>toBuilder in class IotRequestpublic static SearchIndexRequest.Builder builder()
public static Class<? extends SearchIndexRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.