/AWS1/CL_HSMLISTLUNACLIENTSRSP¶
ListLunaClientsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_clientlist TYPE /AWS1/CL_HSMCLIENTLIST_W=>TT_CLIENTLIST TT_CLIENTLIST¶
The list of clients.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/HSMPAGINATIONTOKEN /AWS1/HSMPAGINATIONTOKEN¶
If not null, more results are available. Pass this to
ListLunaClientsto retrieve the next set of items.
Queryable Attributes¶
ClientList¶
The list of clients.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTLIST() |
Getter for CLIENTLIST, with configurable default |
ASK_CLIENTLIST() |
Getter for CLIENTLIST w/ exceptions if field has no value |
HAS_CLIENTLIST() |
Determine if CLIENTLIST has a value |
NextToken¶
If not null, more results are available. Pass this to
ListLunaClientsto retrieve the next set of items.
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 |