/AWS1/CL_BICACASSOCIATIONSLS00¶
A representation of a linked account.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountid TYPE /AWS1/BICACCOUNTID /AWS1/BICACCOUNTID¶
The associating array of account IDs.
iv_billinggrouparn TYPE /AWS1/BICBILLINGGROUPARN /AWS1/BICBILLINGGROUPARN¶
The Billing Group Arn that the linked account is associated to.
iv_accountname TYPE /AWS1/BICACCOUNTNAME /AWS1/BICACCOUNTNAME¶
The Amazon Web Services account name.
iv_accountemail TYPE /AWS1/BICACCOUNTEMAIL /AWS1/BICACCOUNTEMAIL¶
The Amazon Web Services account email.
Queryable Attributes¶
AccountId¶
The associating array of account IDs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
BillingGroupArn¶
The Billing Group Arn that the linked account is associated to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BILLINGGROUPARN() |
Getter for BILLINGGROUPARN, with configurable default |
ASK_BILLINGGROUPARN() |
Getter for BILLINGGROUPARN w/ exceptions if field has no val |
HAS_BILLINGGROUPARN() |
Determine if BILLINGGROUPARN has a value |
AccountName¶
The Amazon Web Services account name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTNAME() |
Getter for ACCOUNTNAME, with configurable default |
ASK_ACCOUNTNAME() |
Getter for ACCOUNTNAME w/ exceptions if field has no value |
HAS_ACCOUNTNAME() |
Determine if ACCOUNTNAME has a value |
AccountEmail¶
The Amazon Web Services account email.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTEMAIL() |
Getter for ACCOUNTEMAIL, with configurable default |
ASK_ACCOUNTEMAIL() |
Getter for ACCOUNTEMAIL w/ exceptions if field has no value |
HAS_ACCOUNTEMAIL() |
Determine if ACCOUNTEMAIL 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_ACCOUNTASSOCIATIONSLIST¶
TYPES TT_ACCOUNTASSOCIATIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BICACASSOCIATIONSLS00 WITH DEFAULT KEY
.