Skip to content

/AWS1/CL_R53LSTRESRCRECSETSRSP

A complex type that contains list information for the resource record set.

CONSTRUCTOR

IMPORTING

Required arguments:

it_resourcerecordsets TYPE /AWS1/CL_R53RESOURCERECORDSET=>TT_RESOURCERECORDSETS TT_RESOURCERECORDSETS

Information about multiple resource record sets.

iv_istruncated TYPE /AWS1/R53PAGETRUNCATED /AWS1/R53PAGETRUNCATED

A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

iv_maxitems TYPE /AWS1/R53INTEGER /AWS1/R53INTEGER

The maximum number of records you requested.

Optional arguments:

iv_nextrecordname TYPE /AWS1/R53DNSNAME /AWS1/R53DNSNAME

If the results were truncated, the name of the next record in the list.

This element is present only if IsTruncated is true.

iv_nextrecordtype TYPE /AWS1/R53RRTYPE /AWS1/R53RRTYPE

If the results were truncated, the type of the next record in the list.

This element is present only if IsTruncated is true.

iv_nextrecordidentifier TYPE /AWS1/R53RESOURCERECORDSETID /AWS1/R53RESOURCERECORDSETID

Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.


Queryable Attributes

ResourceRecordSets

Information about multiple resource record sets.

Accessible with the following methods

Method Description
GET_RESOURCERECORDSETS() Getter for RESOURCERECORDSETS, with configurable default
ASK_RESOURCERECORDSETS() Getter for RESOURCERECORDSETS w/ exceptions if field has no
HAS_RESOURCERECORDSETS() Determine if RESOURCERECORDSETS has a value

IsTruncated

A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

Accessible with the following methods

Method Description
GET_ISTRUNCATED() Getter for ISTRUNCATED

NextRecordName

If the results were truncated, the name of the next record in the list.

This element is present only if IsTruncated is true.

Accessible with the following methods

Method Description
GET_NEXTRECORDNAME() Getter for NEXTRECORDNAME, with configurable default
ASK_NEXTRECORDNAME() Getter for NEXTRECORDNAME w/ exceptions if field has no valu
HAS_NEXTRECORDNAME() Determine if NEXTRECORDNAME has a value

NextRecordType

If the results were truncated, the type of the next record in the list.

This element is present only if IsTruncated is true.

Accessible with the following methods

Method Description
GET_NEXTRECORDTYPE() Getter for NEXTRECORDTYPE, with configurable default
ASK_NEXTRECORDTYPE() Getter for NEXTRECORDTYPE w/ exceptions if field has no valu
HAS_NEXTRECORDTYPE() Determine if NEXTRECORDTYPE has a value

NextRecordIdentifier

Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.

Accessible with the following methods

Method Description
GET_NEXTRECORDIDENTIFIER() Getter for NEXTRECORDIDENTIFIER, with configurable default
ASK_NEXTRECORDIDENTIFIER() Getter for NEXTRECORDIDENTIFIER w/ exceptions if field has n
HAS_NEXTRECORDIDENTIFIER() Determine if NEXTRECORDIDENTIFIER has a value

MaxItems

The maximum number of records you requested.

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