/AWS1/CL_WSWLISTTRUSTSTORESRSP¶
ListTrustStoresResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_truststores
TYPE /AWS1/CL_WSWTRUSTSTORESUMMARY=>TT_TRUSTSTORESUMMARYLIST
TT_TRUSTSTORESUMMARYLIST
¶
The trust stores.
iv_nexttoken
TYPE /AWS1/WSWPAGINATIONTOKEN
/AWS1/WSWPAGINATIONTOKEN
¶
The pagination token used to retrieve the next page of results for this operation.
Queryable Attributes¶
trustStores¶
The trust stores.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRUSTSTORES() |
Getter for TRUSTSTORES, with configurable default |
ASK_TRUSTSTORES() |
Getter for TRUSTSTORES w/ exceptions if field has no value |
HAS_TRUSTSTORES() |
Determine if TRUSTSTORES has a value |
nextToken¶
The pagination token used to retrieve the next page of results for this operation.
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 |