/AWS1/CL_BDOLISTHARNENDPTSRSP¶
ListHarnessEndpointsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_endpoints TYPE /AWS1/CL_BDOHARNESSENDPOINT=>TT_HARNESSENDPOINTS TT_HARNESSENDPOINTS¶
The list of harness endpoints.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN¶
The token for the next set of results.
Queryable Attributes¶
endpoints¶
The list of harness endpoints.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTS() |
Getter for ENDPOINTS, with configurable default |
ASK_ENDPOINTS() |
Getter for ENDPOINTS w/ exceptions if field has no value |
HAS_ENDPOINTS() |
Determine if ENDPOINTS has a value |
nextToken¶
The token for the next set of 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 |