AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A complex type containing the response information for the request.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Route53.Model.ListGeoLocationsResponse

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.Route53.dll
Version: 3.x.y.z

Syntax

C#
public class ListGeoLocationsResponse : AmazonWebServiceResponse

The ListGeoLocationsResponse type exposes the following members

Constructors

NameDescription
Public Method ListGeoLocationsResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property GeoLocationDetailsList System.Collections.Generic.List<Amazon.Route53.Model.GeoLocationDetails>

Gets and sets the property GeoLocationDetailsList.

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

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IsTruncated System.Boolean

Gets and sets the property 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.

Public Property MaxItems System.String

Gets and sets the property MaxItems.

The value that you specified for MaxItems in the request.

Public Property NextContinentCode System.String

Gets and sets the property 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.

Public Property NextCountryCode System.String

Gets and sets the property 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.

Public Property NextSubdivisionCode System.String

Gets and sets the property 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.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5