Skip to content

/AWS1/CL_IOSCREATEAPPRESPONSE

CreateApplicationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/IOSARN /AWS1/IOSARN

ARN of the application

iv_id TYPE /AWS1/IOSAPPLICATIONID /AWS1/IOSAPPLICATIONID

Unique identifier of the application

iv_dnssubdomain TYPE /AWS1/IOSDNSSUBDOMAIN /AWS1/IOSDNSSUBDOMAIN

DNS subdomain for the application

iv_name TYPE /AWS1/IOSAPPLICATIONNAME /AWS1/IOSAPPLICATIONNAME

Name of the application

iv_status TYPE /AWS1/IOSAPPLICATIONSTATUS /AWS1/IOSAPPLICATIONSTATUS

Current status of the application


Queryable Attributes

arn

ARN of the application

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

id

Unique identifier of the application

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

dnsSubdomain

DNS subdomain for the application

Accessible with the following methods

Method Description
GET_DNSSUBDOMAIN() Getter for DNSSUBDOMAIN, with configurable default
ASK_DNSSUBDOMAIN() Getter for DNSSUBDOMAIN w/ exceptions if field has no value
HAS_DNSSUBDOMAIN() Determine if DNSSUBDOMAIN has a value

name

Name of the application

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

Current status of the application

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