Skip to content

/AWS1/CL_R53LISTGEOLOCSRSP

A complex type containing the response information for the request.

CONSTRUCTOR

IMPORTING

Required arguments:

IT_GEOLOCATIONDETAILSLIST TYPE /AWS1/CL_R53GEOLOCATIONDETAILS=>TT_GEOLOCATIONDETAILSLIST TT_GEOLOCATIONDETAILSLIST

A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

IV_ISTRUNCATED TYPE /AWS1/R53PAGETRUNCATED /AWS1/R53PAGETRUNCATED

A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the startcontinentcode, startcountrycode, and startsubdivisioncode, as applicable.

IV_MAXITEMS TYPE /AWS1/R53INTEGER /AWS1/R53INTEGER

The value that you specified for MaxItems in the request.

Optional arguments:

IV_NEXTCONTINENTCODE TYPE /AWS1/R53GEOLOCCONTINENTCODE /AWS1/R53GEOLOCCONTINENTCODE

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the startcontinentcode parameter in another ListGeoLocations request.

IV_NEXTCOUNTRYCODE TYPE /AWS1/R53GEOLOCCOUNTRYCODE /AWS1/R53GEOLOCCOUNTRYCODE

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the startcountrycode parameter in another ListGeoLocations request.

IV_NEXTSUBDIVISIONCODE TYPE /AWS1/R53GEOLOCSUBDIVISIONCODE /AWS1/R53GEOLOCSUBDIVISIONCODE

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the startsubdivisioncode parameter in another ListGeoLocations request.


Queryable Attributes

GeoLocationDetailsList

A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

Accessible with the following methods

Method Description
GET_GEOLOCATIONDETAILSLIST() Getter for GEOLOCATIONDETAILSLIST, with configurable default
ASK_GEOLOCATIONDETAILSLIST() Getter for GEOLOCATIONDETAILSLIST w/ exceptions if field has
HAS_GEOLOCATIONDETAILSLIST() Determine if GEOLOCATIONDETAILSLIST has a value

IsTruncated

A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the startcontinentcode, startcountrycode, and startsubdivisioncode, as applicable.

Accessible with the following methods

Method Description
GET_ISTRUNCATED() Getter for ISTRUNCATED

NextContinentCode

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the startcontinentcode parameter in another ListGeoLocations request.

Accessible with the following methods

Method Description
GET_NEXTCONTINENTCODE() Getter for NEXTCONTINENTCODE, with configurable default
ASK_NEXTCONTINENTCODE() Getter for NEXTCONTINENTCODE w/ exceptions if field has no v
HAS_NEXTCONTINENTCODE() Determine if NEXTCONTINENTCODE has a value

NextCountryCode

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the startcountrycode parameter in another ListGeoLocations request.

Accessible with the following methods

Method Description
GET_NEXTCOUNTRYCODE() Getter for NEXTCOUNTRYCODE, with configurable default
ASK_NEXTCOUNTRYCODE() Getter for NEXTCOUNTRYCODE w/ exceptions if field has no val
HAS_NEXTCOUNTRYCODE() Determine if NEXTCOUNTRYCODE has a value

NextSubdivisionCode

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the startsubdivisioncode parameter in another ListGeoLocations request.

Accessible with the following methods

Method Description
GET_NEXTSUBDIVISIONCODE() Getter for NEXTSUBDIVISIONCODE, with configurable default
ASK_NEXTSUBDIVISIONCODE() Getter for NEXTSUBDIVISIONCODE w/ exceptions if field has no
HAS_NEXTSUBDIVISIONCODE() Determine if NEXTSUBDIVISIONCODE has a value

MaxItems

The value that you specified for MaxItems in the request.

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