Skip to content

/AWS1/CL_IOXGETACASSOCIATION01

GetAccountAssociationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accountassociationid TYPE /AWS1/IOXACCOUNTASSOCIATIONID /AWS1/IOXACCOUNTASSOCIATIONID

The unique identifier of the retrieved account association.

iv_associationstate TYPE /AWS1/IOXASSOCIATIONSTATE /AWS1/IOXASSOCIATIONSTATE

The current status state for the account association.

iv_oauthauthorizationurl TYPE /AWS1/IOXOAUTHAUTHORIZATIONURL /AWS1/IOXOAUTHAUTHORIZATIONURL

Third party IoT platform OAuth authorization server URL backed with all the required parameters to perform end-user authentication.

Optional arguments:

iv_errormessage TYPE /AWS1/IOXACCTASSOCIATIONERRMSG /AWS1/IOXACCTASSOCIATIONERRMSG

The error message explaining the current account association error.

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

The description of the account association.

iv_arn TYPE /AWS1/IOXACCOUNTASSOCIATIONARN /AWS1/IOXACCOUNTASSOCIATIONARN

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

it_tags TYPE /AWS1/CL_IOXTAGSMAP_W=>TT_TAGSMAP TT_TAGSMAP

A set of key/value pairs that are used to manage the account association.


Queryable Attributes

AccountAssociationId

The unique identifier of the retrieved 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 status state for the account association.

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 the current account association error.

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

The 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

OAuthAuthorizationUrl

Third party IoT platform OAuth authorization server URL backed with all the required parameters to perform end-user authentication.

Accessible with the following methods

Method Description
GET_OAUTHAUTHORIZATIONURL() Getter for OAUTHAUTHORIZATIONURL, with configurable default
ASK_OAUTHAUTHORIZATIONURL() Getter for OAUTHAUTHORIZATIONURL w/ exceptions if field has
HAS_OAUTHAUTHORIZATIONURL() Determine if OAUTHAUTHORIZATIONURL has a value

Tags

A set of key/value pairs that are used to manage the account association.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value