Skip to content

/AWS1/CL_QSTSEARCHSPACESRSP

SearchSpacesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_spaceid TYPE /AWS1/QSTPUBLICSPACEID /AWS1/QSTPUBLICSPACEID

The ID of the space.

it_spacesummaries TYPE /AWS1/CL_QSTSPACESUMMARY=>TT_SPACESUMMARIES TT_SPACESUMMARIES

A list of space summaries that match the search criteria.

Optional arguments:

iv_spacearn TYPE /AWS1/QSTPUBLICSPACEARN /AWS1/QSTPUBLICSPACEARN

The ARN of the space.

iv_nexttoken TYPE /AWS1/QSTNEXTTOKEN /AWS1/QSTNEXTTOKEN

The token for the next set of results, or null if there are no more results.

iv_requestid TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The Amazon Web Services request ID for this operation.


Queryable Attributes

spaceId

The ID of the space.

Accessible with the following methods

Method Description
GET_SPACEID() Getter for SPACEID, with configurable default
ASK_SPACEID() Getter for SPACEID w/ exceptions if field has no value
HAS_SPACEID() Determine if SPACEID has a value

spaceArn

The ARN of the space.

Accessible with the following methods

Method Description
GET_SPACEARN() Getter for SPACEARN, with configurable default
ASK_SPACEARN() Getter for SPACEARN w/ exceptions if field has no value
HAS_SPACEARN() Determine if SPACEARN has a value

SpaceSummaries

A list of space summaries that match the search criteria.

Accessible with the following methods

Method Description
GET_SPACESUMMARIES() Getter for SPACESUMMARIES, with configurable default
ASK_SPACESUMMARIES() Getter for SPACESUMMARIES w/ exceptions if field has no valu
HAS_SPACESUMMARIES() Determine if SPACESUMMARIES has a value

NextToken

The token for the next set of results, or null if there are no more 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

RequestId

The Amazon Web Services request ID for this operation.

Accessible with the following methods

Method Description
GET_REQUESTID() Getter for REQUESTID, with configurable default
ASK_REQUESTID() Getter for REQUESTID w/ exceptions if field has no value
HAS_REQUESTID() Determine if REQUESTID has a value