Skip to content

/AWS1/CL_CNKGETDOMAINRESPONSE

GetDomainResponse

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_NAME TYPE /AWS1/CNKDOMAINNAME /AWS1/CNKDOMAINNAME

The name of the Cases domain.

IV_CREATEDTIME TYPE /AWS1/CNKCREATEDTIME /AWS1/CNKCREATEDTIME

The timestamp when the Cases domain was created.

IV_DOMAINSTATUS TYPE /AWS1/CNKDOMAINSTATUS /AWS1/CNKDOMAINSTATUS

The status of the Cases domain.

Optional arguments:

IT_TAGS TYPE /AWS1/CL_CNKTAGS_W=>TT_TAGS TT_TAGS

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.


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

name

The name of the Cases domain.

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

createdTime

The timestamp when the Cases domain was created.

Accessible with the following methods

Method Description
GET_CREATEDTIME() Getter for CREATEDTIME, with configurable default
ASK_CREATEDTIME() Getter for CREATEDTIME w/ exceptions if field has no value
HAS_CREATEDTIME() Determine if CREATEDTIME has a value

domainStatus

The status of the Cases 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

tags

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value