/AWS1/CL_WISSTARTCONTUPLOADRSP¶
StartContentUploadResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_uploadid TYPE /AWS1/WISUPLOADID /AWS1/WISUPLOADID¶
The identifier of the upload.
iv_url TYPE /AWS1/WISURL /AWS1/WISURL¶
The URL of the upload.
iv_urlexpiry TYPE /AWS1/WISTIMESTAMP /AWS1/WISTIMESTAMP¶
The expiration time of the URL as an epoch timestamp.
it_headerstoinclude TYPE /AWS1/CL_WISHEADERS_W=>TT_HEADERS TT_HEADERS¶
The headers to include in the upload.
Queryable Attributes¶
uploadId¶
The identifier of the upload.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_UPLOADID() | Getter for UPLOADID, with configurable default | 
| ASK_UPLOADID() | Getter for UPLOADID w/ exceptions if field has no value | 
| HAS_UPLOADID() | Determine if UPLOADID has a value | 
url¶
The URL of the upload.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_URL() | Getter for URL, with configurable default | 
| ASK_URL() | Getter for URL w/ exceptions if field has no value | 
| HAS_URL() | Determine if URL has a value | 
urlExpiry¶
The expiration time of the URL as an epoch timestamp.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_URLEXPIRY() | Getter for URLEXPIRY, with configurable default | 
| ASK_URLEXPIRY() | Getter for URLEXPIRY w/ exceptions if field has no value | 
| HAS_URLEXPIRY() | Determine if URLEXPIRY has a value | 
headersToInclude¶
The headers to include in the upload.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_HEADERSTOINCLUDE() | Getter for HEADERSTOINCLUDE, with configurable default | 
| ASK_HEADERSTOINCLUDE() | Getter for HEADERSTOINCLUDE w/ exceptions if field has no va | 
| HAS_HEADERSTOINCLUDE() | Determine if HEADERSTOINCLUDE has a value |