Skip to content

/AWS1/CL_IOXACCASSOCIATIONITEM

Structure containing information about an account association, including its identifier, state, and related metadata.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accountassociationid TYPE /AWS1/IOXACCOUNTASSOCIATIONID /AWS1/IOXACCOUNTASSOCIATIONID

The unique identifier of the account association.

iv_associationstate TYPE /AWS1/IOXASSOCIATIONSTATE /AWS1/IOXASSOCIATIONSTATE

The current state of the account association, indicating its status in the association lifecycle.

Optional arguments:

iv_errormessage TYPE /AWS1/IOXACCTASSOCIATIONERRMSG /AWS1/IOXACCTASSOCIATIONERRMSG

The error message explaining any issues with the account association, if applicable.

iv_connectordestinationid TYPE /AWS1/IOXCONNECTORDSTID /AWS1/IOXCONNECTORDSTID

The identifier of the connector destination associated with this account association.

iv_name TYPE /AWS1/IOXACCTASSOCIATIONNAME /AWS1/IOXACCTASSOCIATIONNAME

The name of the account association.

iv_description TYPE /AWS1/IOXACCTASSOCIATIONDESC /AWS1/IOXACCTASSOCIATIONDESC

A description of the account association.

iv_arn TYPE /AWS1/IOXACCOUNTASSOCIATIONARN /AWS1/IOXACCOUNTASSOCIATIONARN

The Amazon Resource Name (ARN) of the account association.


Queryable Attributes

AccountAssociationId

The unique identifier of the account association.

Accessible with the following methods

Method Description
GET_ACCOUNTASSOCIATIONID() Getter for ACCOUNTASSOCIATIONID, with configurable default
ASK_ACCOUNTASSOCIATIONID() Getter for ACCOUNTASSOCIATIONID w/ exceptions if field has n
HAS_ACCOUNTASSOCIATIONID() Determine if ACCOUNTASSOCIATIONID has a value

AssociationState

The current state of the account association, indicating its status in the association lifecycle.

Accessible with the following methods

Method Description
GET_ASSOCIATIONSTATE() Getter for ASSOCIATIONSTATE, with configurable default
ASK_ASSOCIATIONSTATE() Getter for ASSOCIATIONSTATE w/ exceptions if field has no va
HAS_ASSOCIATIONSTATE() Determine if ASSOCIATIONSTATE has a value

ErrorMessage

The error message explaining any issues with the account association, if applicable.

Accessible with the following methods

Method Description
GET_ERRORMESSAGE() Getter for ERRORMESSAGE, with configurable default
ASK_ERRORMESSAGE() Getter for ERRORMESSAGE w/ exceptions if field has no value
HAS_ERRORMESSAGE() Determine if ERRORMESSAGE has a value

ConnectorDestinationId

The identifier of the connector destination associated with this account association.

Accessible with the following methods

Method Description
GET_CONNECTORDESTINATIONID() Getter for CONNECTORDESTINATIONID, with configurable default
ASK_CONNECTORDESTINATIONID() Getter for CONNECTORDESTINATIONID w/ exceptions if field has
HAS_CONNECTORDESTINATIONID() Determine if CONNECTORDESTINATIONID has a value

Name

The name of the account association.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Description

A description of the account association.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

Arn

The Amazon Resource Name (ARN) of the account association.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN 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_ACCOUNTASSOCIATIONLISTDEFN

TYPES TT_ACCOUNTASSOCIATIONLISTDEFN TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXACCASSOCIATIONITEM WITH DEFAULT KEY
.