ListGeoLocationsResponse class
A complex type containing the response information for the request.
Constructors
- 
          ListGeoLocationsResponse({required List<
GeoLocationDetails> geoLocationDetailsList, required bool isTruncated, required String maxItems, String? nextContinentCode, String? nextCountryCode, String? nextSubdivisionCode}) - ListGeoLocationsResponse.fromXml(XmlElement elem)
 - 
          
            factory
 
Properties
- 
  geoLocationDetailsList
  → List<
GeoLocationDetails>  - 
  A complex type that contains one 
GeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.final - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - isTruncated → bool
 - 
  A value that indicates whether more locations remain to be listed after the
last location in this response. If so, the value of 
IsTruncatedistrue. To get more values, submit another request and include the values ofNextContinentCode,NextCountryCode, andNextSubdivisionCodein thestartcontinentcode,startcountrycode, andstartsubdivisioncode, as applicable.final - maxItems → String
 - 
  The value that you specified for 
MaxItemsin the request.final - nextContinentCode → String?
 - 
  If 
IsTruncatedistrue, you can make a follow-up request to display more locations. Enter the value ofNextContinentCodein thestartcontinentcodeparameter in anotherListGeoLocationsrequest.final - nextCountryCode → String?
 - 
  If 
IsTruncatedistrue, you can make a follow-up request to display more locations. Enter the value ofNextCountryCodein thestartcountrycodeparameter in anotherListGeoLocationsrequest.final - nextSubdivisionCode → String?
 - 
  If 
IsTruncatedistrue, you can make a follow-up request to display more locations. Enter the value ofNextSubdivisionCodein thestartsubdivisioncodeparameter in anotherListGeoLocationsrequest.final - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited