Skip to content

/AWS1/CL_FNTDISTRIBIDOWNERLIST

The list of distribution IDs and the Amazon Web Services accounts that they belong to.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_marker TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

Use this field when paginating results to indicate where to begin in your list of DistributionIdOwner objects. The response includes distributions in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.

iv_maxitems TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER

The maximum number of DistributionIdOwner objects to return.

iv_istruncated TYPE /AWS1/FNTBOOLEAN /AWS1/FNTBOOLEAN

A flag that indicates whether more DistributionIdOwner objects remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more results in the list.

iv_quantity TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER

Specifies the actual number of DistributionIdOwner objects included in the list for the current page.

Optional arguments:

iv_nextmarker TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.

it_items TYPE /AWS1/CL_FNTDISTRIBIDOWNER=>TT_DISTRIBUTIONIDOWNERITEMLIST TT_DISTRIBUTIONIDOWNERITEMLIST

The number of DistributionIdOwner objects.


Queryable Attributes

Marker

Use this field when paginating results to indicate where to begin in your list of DistributionIdOwner objects. The response includes distributions in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.

Accessible with the following methods

Method Description
GET_MARKER() Getter for MARKER, with configurable default
ASK_MARKER() Getter for MARKER w/ exceptions if field has no value
HAS_MARKER() Determine if MARKER has a value

NextMarker

A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.

Accessible with the following methods

Method Description
GET_NEXTMARKER() Getter for NEXTMARKER, with configurable default
ASK_NEXTMARKER() Getter for NEXTMARKER w/ exceptions if field has no value
HAS_NEXTMARKER() Determine if NEXTMARKER has a value

MaxItems

The maximum number of DistributionIdOwner objects to return.

Accessible with the following methods

Method Description
GET_MAXITEMS() Getter for MAXITEMS, with configurable default
ASK_MAXITEMS() Getter for MAXITEMS w/ exceptions if field has no value
HAS_MAXITEMS() Determine if MAXITEMS has a value

IsTruncated

A flag that indicates whether more DistributionIdOwner objects remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more results in the list.

Accessible with the following methods

Method Description
GET_ISTRUNCATED() Getter for ISTRUNCATED, with configurable default
ASK_ISTRUNCATED() Getter for ISTRUNCATED w/ exceptions if field has no value
HAS_ISTRUNCATED() Determine if ISTRUNCATED has a value

Quantity

Specifies the actual number of DistributionIdOwner objects included in the list for the current page.

Accessible with the following methods

Method Description
GET_QUANTITY() Getter for QUANTITY, with configurable default
ASK_QUANTITY() Getter for QUANTITY w/ exceptions if field has no value
HAS_QUANTITY() Determine if QUANTITY has a value

Items

The number of DistributionIdOwner objects.

Accessible with the following methods

Method Description
GET_ITEMS() Getter for ITEMS, with configurable default
ASK_ITEMS() Getter for ITEMS w/ exceptions if field has no value
HAS_ITEMS() Determine if ITEMS has a value