HostedZone class

A complex type that contains general information about the hosted zone.

Constructors

HostedZone({required String callerReference, required String id, required String name, HostedZoneConfig? config, LinkedService? linkedService, int? resourceRecordSetCount})
HostedZone.fromXml(XmlElement elem)
factory

Properties

callerReference String
The value that you specified for CallerReference when you created the hosted zone.
final
config HostedZoneConfig?
A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
final
linkedService LinkedService?
If the hosted zone was created by another service, the service that created the hosted zone. When a hosted zone is created by another service, you can't edit or delete it using Route 53.
final
name String
The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.
final
resourceRecordSetCount int?
The number of resource record sets in the hosted zone.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited