Container for the parameters to the GetHostedZone operation.

To retrieve the delegation set for a hosted zone, send a GET request to the 2011-05-05/hostedzone/hosted zone ID resource. The delegation set is the four Route 53 name servers that were assigned to the hosted zone when you created it.

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 GetHostedZoneRequest : AmazonWebServiceRequest
Public Class GetHostedZoneRequest _
	Inherits AmazonWebServiceRequest
public ref class GetHostedZoneRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetHostedZoneRequest()()()()
Initializes a new instance of the GetHostedZoneRequest 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.)
Id
The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.

Constraints:

Length
0 - 32

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithId(String)
Sets the Id property

Inheritance Hierarchy

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

See Also