AWS SDK Version 2 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.

.NET Framework 4.5
 
Configuration for accessing Amazon ListGeoLocations service

Inheritance Hierarchy

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

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ListGeoLocationsResponse : ListGeoLocationsResult

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 information about the geo locations that are returned by the request.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IsTruncated System.Boolean Gets and sets the property IsTruncated.

A flag that indicates whether there are more geo locations to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the values included in the ListGeoLocationsResponse$NextContinentCode, ListGeoLocationsResponse$NextCountryCode and ListGeoLocationsResponse$NextSubdivisionCode elements.

Valid Values: true | false

Public Property ListGeoLocationsResult Amazon.Route53.Model.ListGeoLocationsResult Gets and sets the ListGeoLocationsResult property. Represents the output of a ListGeoLocations operation.
Public Property MaxItems System.String Gets and sets the property MaxItems.

The maximum number of records you requested. The maximum value of MaxItems is 100.

Public Property NextContinentCode System.String Gets and sets the property NextContinentCode.

If the results were truncated, the continent code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is a continent location.

Public Property NextCountryCode System.String Gets and sets the property NextCountryCode.

If the results were truncated, the country code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location to list is not a continent location.

Public Property NextSubdivisionCode System.String Gets and sets the property NextSubdivisionCode.

If the results were truncated, the subdivision code of the next geo location in the list. This element is present only if ListGeoLocationsResponse$IsTruncated is true and the next geo location has a subdivision.

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

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8