Container for the parameters to the ListHostedZones operation.

To retrieve a list of your hosted zones, send a GET request to the 2011-05-05/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.

Namespace: Amazon.Route53.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ListHostedZonesRequest : AmazonWebServiceRequest
Public Class ListHostedZonesRequest _
	Inherits AmazonWebServiceRequest
public ref class ListHostedZonesRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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 - 32

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)
Sets the Marker property
WithMaxItems(String)
Sets the MaxItems property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.Route53.Model..::..ListHostedZonesRequest

See Also