/AWS1/CL_CNKCREATEDOMAINRSP¶
CreateDomainResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domainid TYPE /AWS1/CNKDOMAINID /AWS1/CNKDOMAINID¶
The unique identifier of the Cases domain.
iv_domainarn TYPE /AWS1/CNKDOMAINARN /AWS1/CNKDOMAINARN¶
The Amazon Resource Name (ARN) for the Cases domain.
iv_domainstatus TYPE /AWS1/CNKDOMAINSTATUS /AWS1/CNKDOMAINSTATUS¶
The status of the domain.
Queryable Attributes¶
domainId¶
The unique identifier of the Cases domain.
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 |
domainArn¶
The Amazon Resource Name (ARN) for the Cases domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINARN() |
Getter for DOMAINARN, with configurable default |
ASK_DOMAINARN() |
Getter for DOMAINARN w/ exceptions if field has no value |
HAS_DOMAINARN() |
Determine if DOMAINARN has a value |
domainStatus¶
The status of the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINSTATUS() |
Getter for DOMAINSTATUS, with configurable default |
ASK_DOMAINSTATUS() |
Getter for DOMAINSTATUS w/ exceptions if field has no value |
HAS_DOMAINSTATUS() |
Determine if DOMAINSTATUS has a value |