AWS SDK for .NET Documentation
CreateHostedZoneResult Class
AmazonAmazon.Route53.ModelCreateHostedZoneResult Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class CreateHostedZoneResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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) 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
Object
CreateHostedZoneResult

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