A complex type containing the response information for the new hosted zone.
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 |
| 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()()()() | (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
|