/AWS1/CL_BDIGETPROFILERESPONSE¶
GetProfileResponse
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 a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
iv_name TYPE /AWS1/BDIPROFILENAME /AWS1/BDIPROFILENAME¶
Returns the name of the profile, used to identify it.
iv_phone TYPE /AWS1/BDIPHONE /AWS1/BDIPHONE¶
Returns the phone number associated with the profile.
iv_businessname TYPE /AWS1/BDIBUSINESSNAME /AWS1/BDIBUSINESSNAME¶
Returns the name for the business associated with this profile.
iv_createdat TYPE /AWS1/BDICREATEDDATE /AWS1/BDICREATEDDATE¶
Returns a timestamp for creation date and time of the transformer.
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 enabled for this profile.
iv_loggroupname TYPE /AWS1/BDILOGGROUPNAME /AWS1/BDILOGGROUPNAME¶
Returns the name of the logging group.
iv_modifiedat TYPE /AWS1/BDIMODIFIEDDATE /AWS1/BDIMODIFIEDDATE¶
Returns a timestamp for last time the profile was modified.
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 a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
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 |
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 |
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 |
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 |
logging¶
Returns whether or not logging is enabled 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 for creation date and time of the transformer.
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 |
modifiedAt¶
Returns a timestamp for last time the profile was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFIEDAT() |
Getter for MODIFIEDAT, with configurable default |
ASK_MODIFIEDAT() |
Getter for MODIFIEDAT w/ exceptions if field has no value |
HAS_MODIFIEDAT() |
Determine if MODIFIEDAT has a value |