/AWS1/CL_AMFCREDEPLOYMENTRSLT¶
The result structure for the create a new deployment request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_fileuploadurls TYPE /AWS1/CL_AMFFILEUPLOADURLS_W=>TT_FILEUPLOADURLS TT_FILEUPLOADURLS¶
When the
fileMapargument is provided in the request,fileUploadUrlswill contain a map of file names to upload URLs.
iv_zipuploadurl TYPE /AWS1/AMFUPLOADURL /AWS1/AMFUPLOADURL¶
When the
fileMapargument is not provided in the request, thiszipUploadUrlis returned.
Optional arguments:¶
iv_jobid TYPE /AWS1/AMFJOBID /AWS1/AMFJOBID¶
The job ID for this deployment. will supply to start deployment api.
Queryable Attributes¶
jobId¶
The job ID for this deployment. will supply to start deployment api.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
fileUploadUrls¶
When the
fileMapargument is provided in the request,fileUploadUrlswill contain a map of file names to upload URLs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEUPLOADURLS() |
Getter for FILEUPLOADURLS, with configurable default |
ASK_FILEUPLOADURLS() |
Getter for FILEUPLOADURLS w/ exceptions if field has no valu |
HAS_FILEUPLOADURLS() |
Determine if FILEUPLOADURLS has a value |
zipUploadUrl¶
When the
fileMapargument is not provided in the request, thiszipUploadUrlis returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ZIPUPLOADURL() |
Getter for ZIPUPLOADURL, with configurable default |
ASK_ZIPUPLOADURL() |
Getter for ZIPUPLOADURL w/ exceptions if field has no value |
HAS_ZIPUPLOADURL() |
Determine if ZIPUPLOADURL has a value |