A complex type containing information about the specified hosted zone.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class GetHostedZoneResult
Public Class GetHostedZoneResult
public ref class GetHostedZoneResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| GetHostedZoneResult()()()() | Initializes a new instance of the GetHostedZoneResult class | |
| DelegationSet |
A complex type that contains information about the name servers for the specified hosted zone.
| |
| Equals(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.) | |
| HostedZone |
A complex type that contains the information about the specified hosted zone.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithDelegationSet(DelegationSet) |
Sets the DelegationSet property
| |
| WithHostedZone(HostedZone) |
Sets the HostedZone property
|