/AWS1/CL_MIGSEARCHIMAGESETSRSP¶
SearchImageSetsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_imagesetsmetadatasums TYPE /AWS1/CL_MIGIMAGESETSMETSUMM=>TT_IMAGESETSMETADATASUMMARIES TT_IMAGESETSMETADATASUMMARIES¶
The model containing the image set results.
Optional arguments:¶
io_sort TYPE REF TO /AWS1/CL_MIGSORT /AWS1/CL_MIGSORT¶
The sort order for image set search results.
iv_nexttoken TYPE /AWS1/MIGNEXTTOKEN /AWS1/MIGNEXTTOKEN¶
The token for pagination results.
Queryable Attributes¶
imageSetsMetadataSummaries¶
The model containing the image set results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGESETSMETADATASUMS() |
Getter for IMAGESETSMETADATASUMMARIES, with configurable def |
ASK_IMAGESETSMETADATASUMS() |
Getter for IMAGESETSMETADATASUMMARIES w/ exceptions if field |
HAS_IMAGESETSMETADATASUMS() |
Determine if IMAGESETSMETADATASUMMARIES has a value |
sort¶
The sort order for image set search results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORT() |
Getter for SORT |
nextToken¶
The token for pagination 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 |