A complex type containing the response information for the new hosted zone.

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 CreateHostedZoneResult
Public Class CreateHostedZoneResult
public ref class CreateHostedZoneResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
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.)
HostedZone
A complex type that contains identifying information about the hosted zone.
Location
The unique URL representing the new hosted zone.

Constraints:

Length
0 - 1024

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithChangeInfo(ChangeInfo)
Sets the ChangeInfo property
WithDelegationSet(DelegationSet)
Sets the DelegationSet property
WithHostedZone(HostedZone)
Sets the HostedZone property
WithLocation(String)
Sets the Location property

Inheritance Hierarchy

System..::..Object
  Amazon.Route53.Model..::..CreateHostedZoneResult

See Also