/AWS1/CL_CEXGETCOSTCATSRSP¶
GetCostCategoriesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_returnsize TYPE /AWS1/CEXPAGESIZE /AWS1/CEXPAGESIZE¶
The number of objects that are returned.
iv_totalsize TYPE /AWS1/CEXPAGESIZE /AWS1/CEXPAGESIZE¶
The total number of objects.
Optional arguments:¶
iv_nextpagetoken TYPE /AWS1/CEXNEXTPAGETOKEN /AWS1/CEXNEXTPAGETOKEN¶
If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services returns a NextPageToken value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
it_costcategorynames TYPE /AWS1/CL_CEXCOSTCATNAMESLIST_W=>TT_COSTCATEGORYNAMESLIST TT_COSTCATEGORYNAMESLIST¶
The names of the cost categories.
it_costcategoryvalues TYPE /AWS1/CL_CEXCOSTCATVALSLIST_W=>TT_COSTCATEGORYVALUESLIST TT_COSTCATEGORYVALUESLIST¶
The cost category values.
If the
CostCategoryNamekey isn't specified in the request, theCostCategoryValuesfields aren't returned.
Queryable Attributes¶
NextPageToken¶
If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services returns a NextPageToken value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN, with configurable default |
ASK_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN w/ exceptions if field has no value |
HAS_NEXTPAGETOKEN() |
Determine if NEXTPAGETOKEN has a value |
CostCategoryNames¶
The names of the cost categories.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COSTCATEGORYNAMES() |
Getter for COSTCATEGORYNAMES, with configurable default |
ASK_COSTCATEGORYNAMES() |
Getter for COSTCATEGORYNAMES w/ exceptions if field has no v |
HAS_COSTCATEGORYNAMES() |
Determine if COSTCATEGORYNAMES has a value |
CostCategoryValues¶
The cost category values.
If the
CostCategoryNamekey isn't specified in the request, theCostCategoryValuesfields aren't returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COSTCATEGORYVALUES() |
Getter for COSTCATEGORYVALUES, with configurable default |
ASK_COSTCATEGORYVALUES() |
Getter for COSTCATEGORYVALUES w/ exceptions if field has no |
HAS_COSTCATEGORYVALUES() |
Determine if COSTCATEGORYVALUES has a value |
ReturnSize¶
The number of objects that are returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETURNSIZE() |
Getter for RETURNSIZE, with configurable default |
ASK_RETURNSIZE() |
Getter for RETURNSIZE w/ exceptions if field has no value |
HAS_RETURNSIZE() |
Determine if RETURNSIZE has a value |
TotalSize¶
The total number of objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALSIZE() |
Getter for TOTALSIZE, with configurable default |
ASK_TOTALSIZE() |
Getter for TOTALSIZE w/ exceptions if field has no value |
HAS_TOTALSIZE() |
Determine if TOTALSIZE has a value |