Skip to content

/AWS1/CL_BDOCREATEBROWSPFLRSP

CreateBrowserProfileResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_profileid TYPE /AWS1/BDOBROWSERPROFILEID /AWS1/BDOBROWSERPROFILEID

The unique identifier of the created browser profile.

iv_profilearn TYPE /AWS1/BDOBROWSERPROFILEARN /AWS1/BDOBROWSERPROFILEARN

The Amazon Resource Name (ARN) of the created browser profile.

iv_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP

The timestamp when the browser profile was created.

iv_status TYPE /AWS1/BDOBROWSERPROFILESTATUS /AWS1/BDOBROWSERPROFILESTATUS

The current status of the browser profile.


Queryable Attributes

profileId

The unique identifier of the created browser profile.

Accessible with the following methods

Method Description
GET_PROFILEID() Getter for PROFILEID, with configurable default
ASK_PROFILEID() Getter for PROFILEID w/ exceptions if field has no value
HAS_PROFILEID() Determine if PROFILEID has a value

profileArn

The Amazon Resource Name (ARN) of the created browser profile.

Accessible with the following methods

Method Description
GET_PROFILEARN() Getter for PROFILEARN, with configurable default
ASK_PROFILEARN() Getter for PROFILEARN w/ exceptions if field has no value
HAS_PROFILEARN() Determine if PROFILEARN has a value

createdAt

The timestamp when the browser profile was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

status

The current status of the browser profile.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value