/AWS1/CL_R5AROUTE53RESRECSET¶
The Amazon Route 53 record set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_recordsetidentifier TYPE /AWS1/R5AROUTE53RESRECORDSETID /AWS1/R5AROUTE53RESRECORDSETID¶
The Amazon Route 53 record set identifier.
iv_region TYPE /AWS1/R5AREGION /AWS1/R5AREGION¶
The Amazon Route 53 record set Region.
Queryable Attributes¶
recordSetIdentifier¶
The Amazon Route 53 record set identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDSETIDENTIFIER() |
Getter for RECORDSETIDENTIFIER, with configurable default |
ASK_RECORDSETIDENTIFIER() |
Getter for RECORDSETIDENTIFIER w/ exceptions if field has no |
HAS_RECORDSETIDENTIFIER() |
Determine if RECORDSETIDENTIFIER has a value |
region¶
The Amazon Route 53 record set Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION 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_ROUTE53RESRECORDSETLIST¶
TYPES TT_ROUTE53RESRECORDSETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5AROUTE53RESRECSET WITH DEFAULT KEY
.