Skip to content

/AWS1/CL_PTSAWSTEAMMEMBER

Represents an Amazon Web Services team member for the engagement. This structure includes details such as name, email, and business title.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_email TYPE /AWS1/PTSEMAIL /AWS1/PTSEMAIL

Provides the Amazon Web Services team member's email address.

iv_firstname TYPE /AWS1/PTSNAME /AWS1/PTSNAME

Provides the Amazon Web Services team member's first name.

iv_lastname TYPE /AWS1/PTSNAME /AWS1/PTSNAME

Provides the Amazon Web Services team member's last name.

iv_businesstitle TYPE /AWS1/PTSAWSMEMBERBUSINESSTI00 /AWS1/PTSAWSMEMBERBUSINESSTI00

Specifies the Amazon Web Services team member's business title and indicates their organizational role.


Queryable Attributes

Email

Provides the Amazon Web Services team member's email address.

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

FirstName

Provides the Amazon Web Services team member's first name.

Accessible with the following methods

Method Description
GET_FIRSTNAME() Getter for FIRSTNAME, with configurable default
ASK_FIRSTNAME() Getter for FIRSTNAME w/ exceptions if field has no value
HAS_FIRSTNAME() Determine if FIRSTNAME has a value

LastName

Provides the Amazon Web Services team member's last name.

Accessible with the following methods

Method Description
GET_LASTNAME() Getter for LASTNAME, with configurable default
ASK_LASTNAME() Getter for LASTNAME w/ exceptions if field has no value
HAS_LASTNAME() Determine if LASTNAME has a value

BusinessTitle

Specifies the Amazon Web Services team member's business title and indicates their organizational role.

Accessible with the following methods

Method Description
GET_BUSINESSTITLE() Getter for BUSINESSTITLE, with configurable default
ASK_BUSINESSTITLE() Getter for BUSINESSTITLE w/ exceptions if field has no value
HAS_BUSINESSTITLE() Determine if BUSINESSTITLE 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_AWSOPPORTUNITYTEAMMEMBERS00

TYPES TT_AWSOPPORTUNITYTEAMMEMBERS00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTSAWSTEAMMEMBER WITH DEFAULT KEY
.