/AWS1/CL_WLKLSTWSCRTAUTHORIT01¶
ListWebsiteCertificateAuthoritiesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_websitecertauthorities TYPE /AWS1/CL_WLKWEBSITECASUMMARY=>TT_WEBSITECASUMMARYLIST TT_WEBSITECASUMMARYLIST¶
Information about the certificates.
iv_nexttoken TYPE /AWS1/WLKNEXTTOKEN /AWS1/WLKNEXTTOKEN¶
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Queryable Attributes¶
WebsiteCertificateAuthorities¶
Information about the certificates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBSITECERTAUTHORITIES() |
Getter for WEBSITECERTAUTHORITIES, with configurable default |
ASK_WEBSITECERTAUTHORITIES() |
Getter for WEBSITECERTAUTHORITIES w/ exceptions if field has |
HAS_WEBSITECERTAUTHORITIES() |
Determine if WEBSITECERTAUTHORITIES has a value |
NextToken¶
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
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 |