/AWS1/CL_R53LISTHOSTEDZONESRSP¶
ListHostedZonesResponse
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_marker TYPE /AWS1/R53PAGEMARKER /AWS1/R53PAGEMARKER¶
For the second and subsequent calls to
ListHostedZones,Markeris the value that you specified for themarkerparameter in the request that produced the current response.
iv_istruncated TYPE /AWS1/R53PAGETRUNCATED /AWS1/R53PAGETRUNCATED¶
A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get more hosted zones by submitting another
ListHostedZonesrequest and specifying the value ofNextMarkerin themarkerparameter.
iv_maxitems TYPE /AWS1/R53INTEGER /AWS1/R53INTEGER¶
The value that you specified for the
maxitemsparameter in the call toListHostedZonesthat produced the current response.
Optional arguments:¶
iv_nextmarker TYPE /AWS1/R53PAGEMARKER /AWS1/R53PAGEMARKER¶
If
IsTruncatedistrue, the value ofNextMarkeridentifies the first hosted zone in the next group of hosted zones. Submit anotherListHostedZonesrequest, and specify the value ofNextMarkerfrom the response in themarkerparameter.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 |
Marker¶
For the second and subsequent calls to
ListHostedZones,Markeris the value that you specified for themarkerparameter in the request that produced the current 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 |
IsTruncated¶
A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get more hosted zones by submitting another
ListHostedZonesrequest and specifying the value ofNextMarkerin themarkerparameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED |
NextMarker¶
If
IsTruncatedistrue, the value ofNextMarkeridentifies the first hosted zone in the next group of hosted zones. Submit anotherListHostedZonesrequest, and specify the value ofNextMarkerfrom the response in themarkerparameter.This element is present only if
IsTruncatedistrue.
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 value that you specified for the
maxitemsparameter in the call toListHostedZonesthat 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 |