/AWS1/CL_OMXLSTMPREADSETUPLO01¶
ListMultipartReadSetUploadsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/OMXNEXTTOKEN /AWS1/OMXNEXTTOKEN¶
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
it_uploads TYPE /AWS1/CL_OMXMPREADSETUPLOADL00=>TT_MULTIPARTREADSETUPLOADLIST TT_MULTIPARTREADSETUPLOADLIST¶
An array of multipart uploads.
Queryable Attributes¶
nextToken¶
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
uploads¶
An array of multipart uploads.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPLOADS() |
Getter for UPLOADS, with configurable default |
ASK_UPLOADS() |
Getter for UPLOADS w/ exceptions if field has no value |
HAS_UPLOADS() |
Determine if UPLOADS has a value |