GetHostedZoneLimitResponse class
A complex type that contains the requested limit.
Constructors
- GetHostedZoneLimitResponse({required int count, required HostedZoneLimit limit})
- GetHostedZoneLimitResponse.fromXml(XmlElement elem)
-
factory
Properties
- count → int
-
The current number of entities that you have created of the specified type.
For example, if you specified
MAX_RRSETS_BY_ZONE
for the value ofType
in the request, the value ofCount
is the current number of records that you have created in the specified hosted zone.final - hashCode → int
-
The hash code for this object.
no setterinherited
- limit → HostedZoneLimit
-
The current setting for the specified limit. For example, if you specified
MAX_RRSETS_BY_ZONE
for the value ofType
in the request, the value ofLimit
is the maximum number of records that you can create in the specified 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