SearchResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the result of the previous Search request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.

Link copied to clipboard

A list of SearchRecord objects.

Link copied to clipboard

The total number of matching results.

Functions

Link copied to clipboard
inline fun copy(block: SearchResponse.Builder.() -> Unit = {}): SearchResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String