/AWS1/CL_S3CASYNCOPERATION¶
A container for the information about an asynchronous operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_creationtime TYPE /AWS1/S3CASYNCCREATIONTSMP /AWS1/S3CASYNCCREATIONTSMP¶
The time that the request was sent to the service.
iv_operation TYPE /AWS1/S3CASYNCOPERATIONNAME /AWS1/S3CASYNCOPERATIONNAME¶
The specific operation for the asynchronous request.
iv_requesttokenarn TYPE /AWS1/S3CASYNCREQUESTTOKENARN /AWS1/S3CASYNCREQUESTTOKENARN¶
The request token associated with the request.
io_requestparameters TYPE REF TO /AWS1/CL_S3CASYNCREQUESTPARAMS /AWS1/CL_S3CASYNCREQUESTPARAMS¶
The parameters associated with the request.
iv_requeststatus TYPE /AWS1/S3CASYNCREQUESTSTATUS /AWS1/S3CASYNCREQUESTSTATUS¶
The current status of the request.
io_responsedetails TYPE REF TO /AWS1/CL_S3CASYNCRSPDETAILS /AWS1/CL_S3CASYNCRSPDETAILS¶
The details of the response.
Queryable Attributes¶
CreationTime¶
The time that the request was sent to the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
Operation¶
The specific operation for the asynchronous request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATION() |
Getter for OPERATION, with configurable default |
ASK_OPERATION() |
Getter for OPERATION w/ exceptions if field has no value |
HAS_OPERATION() |
Determine if OPERATION has a value |
RequestTokenARN¶
The request token associated with the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTTOKENARN() |
Getter for REQUESTTOKENARN, with configurable default |
ASK_REQUESTTOKENARN() |
Getter for REQUESTTOKENARN w/ exceptions if field has no val |
HAS_REQUESTTOKENARN() |
Determine if REQUESTTOKENARN has a value |
RequestParameters¶
The parameters associated with the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTPARAMETERS() |
Getter for REQUESTPARAMETERS |
RequestStatus¶
The current status of the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTSTATUS() |
Getter for REQUESTSTATUS, with configurable default |
ASK_REQUESTSTATUS() |
Getter for REQUESTSTATUS w/ exceptions if field has no value |
HAS_REQUESTSTATUS() |
Determine if REQUESTSTATUS has a value |
ResponseDetails¶
The details of the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESPONSEDETAILS() |
Getter for RESPONSEDETAILS |