/AWS1/CL_MDVLSTPACKAGINGGRSRSP¶
ListPackagingGroupsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/MDV__STRING
/AWS1/MDV__STRING
¶
A token that can be used to resume pagination from the end of the collection.
it_packaginggroups
TYPE /AWS1/CL_MDVPACKAGINGGROUP=>TT___LISTOFPACKAGINGGROUP
TT___LISTOFPACKAGINGGROUP
¶
A list of MediaPackage VOD PackagingGroup resources.
Queryable Attributes¶
NextToken¶
A token that can be used to resume pagination from the end of the collection.
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 |
PackagingGroups¶
A list of MediaPackage VOD PackagingGroup resources.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PACKAGINGGROUPS() |
Getter for PACKAGINGGROUPS, with configurable default |
ASK_PACKAGINGGROUPS() |
Getter for PACKAGINGGROUPS w/ exceptions if field has no val |
HAS_PACKAGINGGROUPS() |
Determine if PACKAGINGGROUPS has a value |