/AWS1/CL_LSAGETBLUEPRINTSRSLT¶
GetBlueprintsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_blueprints TYPE /AWS1/CL_LSABLUEPRINT=>TT_BLUEPRINTLIST TT_BLUEPRINTLIST¶
An array of key-value pairs that contains information about the available blueprints.
iv_nextpagetoken TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetBlueprintsrequest and specify the next page token using thepageTokenparameter.
Queryable Attributes¶
blueprints¶
An array of key-value pairs that contains information about the available blueprints.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLUEPRINTS() |
Getter for BLUEPRINTS, with configurable default |
ASK_BLUEPRINTS() |
Getter for BLUEPRINTS w/ exceptions if field has no value |
HAS_BLUEPRINTS() |
Determine if BLUEPRINTS has a value |
nextPageToken¶
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetBlueprintsrequest and specify the next page token using thepageTokenparameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN, with configurable default |
ASK_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN w/ exceptions if field has no value |
HAS_NEXTPAGETOKEN() |
Determine if NEXTPAGETOKEN has a value |