/AWS1/CL_WSWCREATEPORTALRSP¶
CreatePortalResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_portalarn TYPE /AWS1/WSWARN /AWS1/WSWARN¶
The ARN of the web portal.
iv_portalendpoint TYPE /AWS1/WSWPORTALENDPOINT /AWS1/WSWPORTALENDPOINT¶
The endpoint URL of the web portal that users access in order to start streaming sessions.
Queryable Attributes¶
portalArn¶
The ARN of the web portal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTALARN() |
Getter for PORTALARN, with configurable default |
ASK_PORTALARN() |
Getter for PORTALARN w/ exceptions if field has no value |
HAS_PORTALARN() |
Determine if PORTALARN has a value |
portalEndpoint¶
The endpoint URL of the web portal that users access in order to start streaming sessions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTALENDPOINT() |
Getter for PORTALENDPOINT, with configurable default |
ASK_PORTALENDPOINT() |
Getter for PORTALENDPOINT w/ exceptions if field has no valu |
HAS_PORTALENDPOINT() |
Determine if PORTALENDPOINT has a value |