Skip to content

/AWS1/CL_CNHDOMAINSUMMARY

Summary information about a Domain.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_domainid TYPE /AWS1/CNHDOMAINID /AWS1/CNHDOMAINID

The unique identifier of the Domain.

iv_arn TYPE /AWS1/CNHDOMAINARN /AWS1/CNHDOMAINARN

iv_name TYPE /AWS1/CNHDOMAINNAME /AWS1/CNHDOMAINNAME

iv_status TYPE /AWS1/CNHDOMAINSTATUS /AWS1/CNHDOMAINSTATUS

iv_createdat TYPE /AWS1/CNHTIMESTAMP /AWS1/CNHTIMESTAMP

The timestamp when the Domain was created.


Queryable Attributes

domainId

The unique identifier of the 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

arn

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

name

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

status

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

createdAt

The timestamp when the Domain was created.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DOMAINSUMMARYLIST

TYPES TT_DOMAINSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNHDOMAINSUMMARY WITH DEFAULT KEY
.