Skip to content

/AWS1/CL_BDICREATEPROFILERSP

CreateProfileResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_PROFILEID TYPE /AWS1/BDIPROFILEID /AWS1/BDIPROFILEID

Returns the unique, system-generated identifier for the profile.

IV_PROFILEARN TYPE /AWS1/BDIRESOURCEARN /AWS1/BDIRESOURCEARN

Returns an Amazon Resource Name (ARN) for the profile.

IV_NAME TYPE /AWS1/BDIPROFILENAME /AWS1/BDIPROFILENAME

Returns the name of the profile, used to identify it.

IV_BUSINESSNAME TYPE /AWS1/BDIBUSINESSNAME /AWS1/BDIBUSINESSNAME

Returns the name for the business associated with this profile.

IV_PHONE TYPE /AWS1/BDIPHONE /AWS1/BDIPHONE

Returns the phone number associated with the profile.

IV_CREATEDAT TYPE /AWS1/BDICREATEDDATE /AWS1/BDICREATEDDATE

Returns a timestamp representing the time the profile was created.

Optional arguments:

IV_EMAIL TYPE /AWS1/BDIEMAIL /AWS1/BDIEMAIL

Returns the email address associated with this customer profile.

IV_LOGGING TYPE /AWS1/BDILOGGING /AWS1/BDILOGGING

Returns whether or not logging is turned on for this profile.

IV_LOGGROUPNAME TYPE /AWS1/BDILOGGROUPNAME /AWS1/BDILOGGROUPNAME

Returns the name of the logging group.


Queryable Attributes

profileId

Returns the unique, system-generated identifier for the 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

Returns an Amazon Resource Name (ARN) for the 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

name

Returns the name of the profile, used to identify it.

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

businessName

Returns the name for the business associated with this profile.

Accessible with the following methods

Method Description
GET_BUSINESSNAME() Getter for BUSINESSNAME, with configurable default
ASK_BUSINESSNAME() Getter for BUSINESSNAME w/ exceptions if field has no value
HAS_BUSINESSNAME() Determine if BUSINESSNAME has a value

phone

Returns the phone number associated with the profile.

Accessible with the following methods

Method Description
GET_PHONE() Getter for PHONE, with configurable default
ASK_PHONE() Getter for PHONE w/ exceptions if field has no value
HAS_PHONE() Determine if PHONE has a value

email

Returns the email address associated with this customer profile.

Accessible with the following methods

Method Description
GET_EMAIL() Getter for EMAIL, with configurable default
ASK_EMAIL() Getter for EMAIL w/ exceptions if field has no value
HAS_EMAIL() Determine if EMAIL has a value

logging

Returns whether or not logging is turned on for this profile.

Accessible with the following methods

Method Description
GET_LOGGING() Getter for LOGGING, with configurable default
ASK_LOGGING() Getter for LOGGING w/ exceptions if field has no value
HAS_LOGGING() Determine if LOGGING has a value

logGroupName

Returns the name of the logging group.

Accessible with the following methods

Method Description
GET_LOGGROUPNAME() Getter for LOGGROUPNAME, with configurable default
ASK_LOGGROUPNAME() Getter for LOGGROUPNAME w/ exceptions if field has no value
HAS_LOGGROUPNAME() Determine if LOGGROUPNAME has a value

createdAt

Returns a timestamp representing the time the 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