/AWS1/CL_DZNGROUPPFLSUMMARY¶
The details of a group profile.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID¶
The ID of the Amazon DataZone domain of a group profile.
iv_id TYPE /AWS1/DZNGROUPPROFILEID /AWS1/DZNGROUPPROFILEID¶
The ID of a group profile.
iv_status TYPE /AWS1/DZNGROUPPROFILESTATUS /AWS1/DZNGROUPPROFILESTATUS¶
The status of a group profile.
iv_groupname TYPE /AWS1/DZNGROUPPROFILENAME /AWS1/DZNGROUPPROFILENAME¶
The group name of a group profile.
Queryable Attributes¶
domainId¶
The ID of the Amazon DataZone domain of a group profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
id¶
The ID of a group profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
status¶
The status of a group 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 |
groupName¶
The group name of a group profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPNAME() |
Getter for GROUPNAME, with configurable default |
ASK_GROUPNAME() |
Getter for GROUPNAME w/ exceptions if field has no value |
HAS_GROUPNAME() |
Determine if GROUPNAME 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_GROUPPROFILESUMMARIES¶
TYPES TT_GROUPPROFILESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNGROUPPFLSUMMARY WITH DEFAULT KEY
.