/AWS1/CL_FNTGETFUNCTIONRESULT¶
GetFunctionResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_functioncode TYPE /AWS1/FNTFUNCTIONBLOB /AWS1/FNTFUNCTIONBLOB¶
The function code of a CloudFront function.
iv_etag TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The version identifier for the current version of the CloudFront function.
iv_contenttype TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The content type (media type) of the response.
Queryable Attributes¶
FunctionCode¶
The function code of a CloudFront function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONCODE() |
Getter for FUNCTIONCODE, with configurable default |
ASK_FUNCTIONCODE() |
Getter for FUNCTIONCODE w/ exceptions if field has no value |
HAS_FUNCTIONCODE() |
Determine if FUNCTIONCODE has a value |
ETag¶
The version identifier for the current version of the CloudFront function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ETAG() |
Getter for ETAG, with configurable default |
ASK_ETAG() |
Getter for ETAG w/ exceptions if field has no value |
HAS_ETAG() |
Determine if ETAG has a value |
ContentType¶
The content type (media type) of the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |