/AWS1/CL_PANCREATEPACKAGERSP¶
CreatePackageResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_storagelocation TYPE REF TO /AWS1/CL_PANSTORAGELOCATION /AWS1/CL_PANSTORAGELOCATION¶
The package's storage location.
Optional arguments:¶
iv_packageid TYPE /AWS1/PANNODEPACKAGEID /AWS1/PANNODEPACKAGEID¶
The package's ID.
iv_arn TYPE /AWS1/PANNODEPACKAGEARN /AWS1/PANNODEPACKAGEARN¶
The package's ARN.
Queryable Attributes¶
PackageId¶
The package's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEID() |
Getter for PACKAGEID, with configurable default |
ASK_PACKAGEID() |
Getter for PACKAGEID w/ exceptions if field has no value |
HAS_PACKAGEID() |
Determine if PACKAGEID has a value |
Arn¶
The package's ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
StorageLocation¶
The package's storage location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGELOCATION() |
Getter for STORAGELOCATION |