Skip to content

/AWS1/CL_AG2DISPLAYCONTOVRDS

Contains any values that override the default configuration generated from API Gateway.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_body TYPE /AWS1/AG2__STRINGMIN1MAX32768 /AWS1/AG2__STRINGMIN1MAX32768

By default, this is the documentation of your REST API from API Gateway. You can provide custom documentation to override this value.

iv_endpoint TYPE /AWS1/AG2__STRINGMIN1MAX1024 /AWS1/AG2__STRINGMIN1MAX1024

The URL for your REST API. By default, API Gateway uses the default execute API endpoint. You can provide a custom domain to override this value.

iv_operationname TYPE /AWS1/AG2__STRINGMIN1MAX255 /AWS1/AG2__STRINGMIN1MAX255

The operation name of the product REST endpoint.


Queryable Attributes

Body

By default, this is the documentation of your REST API from API Gateway. You can provide custom documentation to override this value.

Accessible with the following methods

Method Description
GET_BODY() Getter for BODY, with configurable default
ASK_BODY() Getter for BODY w/ exceptions if field has no value
HAS_BODY() Determine if BODY has a value

Endpoint

The URL for your REST API. By default, API Gateway uses the default execute API endpoint. You can provide a custom domain to override this value.

Accessible with the following methods

Method Description
GET_ENDPOINT() Getter for ENDPOINT, with configurable default
ASK_ENDPOINT() Getter for ENDPOINT w/ exceptions if field has no value
HAS_ENDPOINT() Determine if ENDPOINT has a value

OperationName

The operation name of the product REST endpoint.

Accessible with the following methods

Method Description
GET_OPERATIONNAME() Getter for OPERATIONNAME, with configurable default
ASK_OPERATIONNAME() Getter for OPERATIONNAME w/ exceptions if field has no value
HAS_OPERATIONNAME() Determine if OPERATIONNAME has a value