/AWS1/CL_NIMEULAACCEPTANCE¶
The acceptance of a EULA, required to use Amazon-provided streaming images.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_acceptedat TYPE /AWS1/NIMTIMESTAMP /AWS1/NIMTIMESTAMP¶
The ISO timestamp in seconds for when the EULA was accepted.
iv_acceptedby TYPE /AWS1/NIMSTRING /AWS1/NIMSTRING¶
The ID of the person who accepted the EULA.
iv_accepteeid TYPE /AWS1/NIMSTRING /AWS1/NIMSTRING¶
The ID of the acceptee.
iv_eulaacceptanceid TYPE /AWS1/NIMEULAACCEPTANCEID /AWS1/NIMEULAACCEPTANCEID¶
The EULA acceptance ID.
iv_eulaid TYPE /AWS1/NIMEULAID /AWS1/NIMEULAID¶
The EULA ID.
Queryable Attributes¶
acceptedAt¶
The ISO timestamp in seconds for when the EULA was accepted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCEPTEDAT() |
Getter for ACCEPTEDAT, with configurable default |
ASK_ACCEPTEDAT() |
Getter for ACCEPTEDAT w/ exceptions if field has no value |
HAS_ACCEPTEDAT() |
Determine if ACCEPTEDAT has a value |
acceptedBy¶
The ID of the person who accepted the EULA.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCEPTEDBY() |
Getter for ACCEPTEDBY, with configurable default |
ASK_ACCEPTEDBY() |
Getter for ACCEPTEDBY w/ exceptions if field has no value |
HAS_ACCEPTEDBY() |
Determine if ACCEPTEDBY has a value |
accepteeId¶
The ID of the acceptee.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCEPTEEID() |
Getter for ACCEPTEEID, with configurable default |
ASK_ACCEPTEEID() |
Getter for ACCEPTEEID w/ exceptions if field has no value |
HAS_ACCEPTEEID() |
Determine if ACCEPTEEID has a value |
eulaAcceptanceId¶
The EULA acceptance ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EULAACCEPTANCEID() |
Getter for EULAACCEPTANCEID, with configurable default |
ASK_EULAACCEPTANCEID() |
Getter for EULAACCEPTANCEID w/ exceptions if field has no va |
HAS_EULAACCEPTANCEID() |
Determine if EULAACCEPTANCEID has a value |
eulaId¶
The EULA ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EULAID() |
Getter for EULAID, with configurable default |
ASK_EULAID() |
Getter for EULAID w/ exceptions if field has no value |
HAS_EULAID() |
Determine if EULAID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EULAACCEPTANCELIST¶
TYPES TT_EULAACCEPTANCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NIMEULAACCEPTANCE WITH DEFAULT KEY
.