A complex type containing the response information for the new hosted zone.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateHostedZoneResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateHostedZoneResult()()()() | Initializes a new instance of the CreateHostedZoneResult class | 
|  | ChangeInfo | 
            A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the
            GetChange action to get the current status of the change request.
             
             | 
|  | DelegationSet | 
            A complex type that contains name server information.
             
             | 
|  | 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 identifying information about the hosted zone.
             
             | 
|  | Location | 
            The unique URL representing the new hosted zone.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithChangeInfo(ChangeInfo) | Obsolete. 
            Sets the ChangeInfo property
             | 
|  | WithDelegationSet(DelegationSet) | Obsolete. 
            Sets the DelegationSet property
             | 
|  | WithHostedZone(HostedZone) | Obsolete. 
            Sets the HostedZone property
             | 
|  | WithLocation(String) | Obsolete. 
            Sets the Location property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CreateHostedZoneResult |