/AWS1/CL_R53LSTHOSTEDZONESBY01¶
A complex type that contains the response information for the request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_hostedzones TYPE /AWS1/CL_R53HOSTEDZONE=>TT_HOSTEDZONES TT_HOSTEDZONES¶
A complex type that contains general information about the hosted zone.
iv_istruncated TYPE /AWS1/R53PAGETRUNCATED /AWS1/R53PAGETRUNCATED¶
A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of
maxitemshosted zones by callingListHostedZonesByNameagain and specifying the values ofNextDNSNameandNextHostedZoneIdelements in thednsnameandhostedzoneidparameters.
iv_maxitems TYPE /AWS1/R53INTEGER /AWS1/R53INTEGER¶
The value that you specified for the
maxitemsparameter in the call toListHostedZonesByNamethat produced the current response.
Optional arguments:¶
iv_dnsname TYPE /AWS1/R53DNSNAME /AWS1/R53DNSNAME¶
For the second and subsequent calls to
ListHostedZonesByName,DNSNameis the value that you specified for thednsnameparameter in the request that produced the current response.
iv_hostedzoneid TYPE /AWS1/R53RESOURCEID /AWS1/R53RESOURCEID¶
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
iv_nextdnsname TYPE /AWS1/R53DNSNAME /AWS1/R53DNSNAME¶
If
IsTruncatedis true, the value ofNextDNSNameis the name of the first hosted zone in the next group ofmaxitemshosted zones. CallListHostedZonesByNameagain and specify the value ofNextDNSNameandNextHostedZoneIdin thednsnameandhostedzoneidparameters, respectively.This element is present only if
IsTruncatedistrue.
iv_nexthostedzoneid TYPE /AWS1/R53RESOURCEID /AWS1/R53RESOURCEID¶
If
IsTruncatedistrue, the value ofNextHostedZoneIdidentifies the first hosted zone in the next group ofmaxitemshosted zones. CallListHostedZonesByNameagain and specify the value ofNextDNSNameandNextHostedZoneIdin thednsnameandhostedzoneidparameters, respectively.This element is present only if
IsTruncatedistrue.
Queryable Attributes¶
HostedZones¶
A complex type that contains general information about the hosted zone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTEDZONES() |
Getter for HOSTEDZONES, with configurable default |
ASK_HOSTEDZONES() |
Getter for HOSTEDZONES w/ exceptions if field has no value |
HAS_HOSTEDZONES() |
Determine if HOSTEDZONES has a value |
DNSName¶
For the second and subsequent calls to
ListHostedZonesByName,DNSNameis the value that you specified for thednsnameparameter in the request that produced the current response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSNAME() |
Getter for DNSNAME, with configurable default |
ASK_DNSNAME() |
Getter for DNSNAME w/ exceptions if field has no value |
HAS_DNSNAME() |
Determine if DNSNAME has a value |
HostedZoneId¶
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTEDZONEID() |
Getter for HOSTEDZONEID, with configurable default |
ASK_HOSTEDZONEID() |
Getter for HOSTEDZONEID w/ exceptions if field has no value |
HAS_HOSTEDZONEID() |
Determine if HOSTEDZONEID has a value |
IsTruncated¶
A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can get the next group of
maxitemshosted zones by callingListHostedZonesByNameagain and specifying the values ofNextDNSNameandNextHostedZoneIdelements in thednsnameandhostedzoneidparameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED |
NextDNSName¶
If
IsTruncatedis true, the value ofNextDNSNameis the name of the first hosted zone in the next group ofmaxitemshosted zones. CallListHostedZonesByNameagain and specify the value ofNextDNSNameandNextHostedZoneIdin thednsnameandhostedzoneidparameters, respectively.This element is present only if
IsTruncatedistrue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTDNSNAME() |
Getter for NEXTDNSNAME, with configurable default |
ASK_NEXTDNSNAME() |
Getter for NEXTDNSNAME w/ exceptions if field has no value |
HAS_NEXTDNSNAME() |
Determine if NEXTDNSNAME has a value |
NextHostedZoneId¶
If
IsTruncatedistrue, the value ofNextHostedZoneIdidentifies the first hosted zone in the next group ofmaxitemshosted zones. CallListHostedZonesByNameagain and specify the value ofNextDNSNameandNextHostedZoneIdin thednsnameandhostedzoneidparameters, respectively.This element is present only if
IsTruncatedistrue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTHOSTEDZONEID() |
Getter for NEXTHOSTEDZONEID, with configurable default |
ASK_NEXTHOSTEDZONEID() |
Getter for NEXTHOSTEDZONEID w/ exceptions if field has no va |
HAS_NEXTHOSTEDZONEID() |
Determine if NEXTHOSTEDZONEID has a value |
MaxItems¶
The value that you specified for the
maxitemsparameter in the call toListHostedZonesByNamethat produced the current response.
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 |