/AWS1/CL_CEXLSTCOSTCATDEFNSRSP¶
ListCostCategoryDefinitionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_costcategoryreferences TYPE /AWS1/CL_CEXCOSTCATREFERENCE=>TT_COSTCATEGORYREFERENCESLIST TT_COSTCATEGORYREFERENCESLIST¶
A reference to a Cost Category that contains enough information to identify the Cost Category.
iv_nexttoken TYPE /AWS1/CEXNEXTPAGETOKEN /AWS1/CEXNEXTPAGETOKEN¶
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
Queryable Attributes¶
CostCategoryReferences¶
A reference to a Cost Category that contains enough information to identify the Cost Category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COSTCATEGORYREFERENCES() |
Getter for COSTCATEGORYREFERENCES, with configurable default |
ASK_COSTCATEGORYREFERENCES() |
Getter for COSTCATEGORYREFERENCES w/ exceptions if field has |
HAS_COSTCATEGORYREFERENCES() |
Determine if COSTCATEGORYREFERENCES has a value |
NextToken¶
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
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 |