AWS SDK for .NET Documentation
ListHostedZonesRequest Class
AmazonAmazon.Route53.ModelListHostedZonesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ListHostedZones operation.

To retrieve a list of your hosted zones, send a GET request to the 2013-04-01/hostedzone resource. The response to this request includes a HostedZones element with zero, one, or multiple HostedZone child elements. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the hosted zone that the list begins with.

NOTE: Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

Declaration Syntax
C#
public class ListHostedZonesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListHostedZonesRequest()()()()
Initializes a new instance of the ListHostedZonesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Marker
If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

Constraints:

Length
0 - 64


MaxItems
Specify the maximum number of hosted zones to return per page of results.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithMarker(String) Obsolete.
Sets the Marker property

WithMaxItems(String) Obsolete.
Sets the MaxItems property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ListHostedZonesRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)