Skip to content

/AWS1/CL_IOXMANAGEDTHGASSOCI00

Structure representing an association between a managed thing and an account association, which connects a device to a third-party account.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_managedthingid TYPE /AWS1/IOXMANAGEDTHINGID /AWS1/IOXMANAGEDTHINGID

The identifier of the managed thing in the association.

iv_accountassociationid TYPE /AWS1/IOXACCOUNTASSOCIATIONID /AWS1/IOXACCOUNTASSOCIATIONID

The identifier of the account association in the association.


Queryable Attributes

ManagedThingId

The identifier of the managed thing in the association.

Accessible with the following methods

Method Description
GET_MANAGEDTHINGID() Getter for MANAGEDTHINGID, with configurable default
ASK_MANAGEDTHINGID() Getter for MANAGEDTHINGID w/ exceptions if field has no valu
HAS_MANAGEDTHINGID() Determine if MANAGEDTHINGID has a value

AccountAssociationId

The identifier of the account association in the 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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_MANAGEDTHINGASSOCIATIONLIST

TYPES TT_MANAGEDTHINGASSOCIATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXMANAGEDTHGASSOCI00 WITH DEFAULT KEY
.