Skip to content

/AWS1/CL_IOTSEARCHINDEXRSP

SearchIndexResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/IOTNEXTTOKEN /AWS1/IOTNEXTTOKEN

The token used to get the next set of results, or null if there are no additional results.

IT_THINGS TYPE /AWS1/CL_IOTTHINGDOCUMENT=>TT_THINGDOCUMENTLIST TT_THINGDOCUMENTLIST

The things that match the search query.

IT_THINGGROUPS TYPE /AWS1/CL_IOTTHINGGROUPDOCUMENT=>TT_THINGGROUPDOCUMENTLIST TT_THINGGROUPDOCUMENTLIST

The thing groups that match the search query.


Queryable Attributes

nextToken

The token used to get the next set of results, or null if there are no additional results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value

things

The things that match the search query.

Accessible with the following methods

Method Description
GET_THINGS() Getter for THINGS, with configurable default
ASK_THINGS() Getter for THINGS w/ exceptions if field has no value
HAS_THINGS() Determine if THINGS has a value

thingGroups

The thing groups that match the search query.

Accessible with the following methods

Method Description
GET_THINGGROUPS() Getter for THINGGROUPS, with configurable default
ASK_THINGGROUPS() Getter for THINGGROUPS w/ exceptions if field has no value
HAS_THINGGROUPS() Determine if THINGGROUPS has a value