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

To retrieve the delegation set for a hosted zone, send a GET request to the 2013-04-01/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.

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



IconMemberDescription
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) Obsolete.
Sets the Id property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 GetHostedZoneRequest
See Also

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