ListReusableDelegationSetsResponse class
A complex type that contains information about the reusable delegation sets that are associated with the current AWS account.
Constructors
-
ListReusableDelegationSetsResponse({required List<
DelegationSet> delegationSets, required bool isTruncated, required String marker, required String maxItems, String? nextMarker}) - ListReusableDelegationSetsResponse.fromXml(XmlElement elem)
-
factory
Properties
-
delegationSets
→ List<
DelegationSet> -
A complex type that contains one
DelegationSet
element for each reusable delegation set that was created by the current AWS account.final - hashCode → int
-
The hash code for this object.
no setterinherited
- isTruncated → bool
-
A flag that indicates whether there are more reusable delegation sets to be
listed.
final
- marker → String
-
For the second and subsequent calls to
ListReusableDelegationSets
,Marker
is the value that you specified for themarker
parameter in the request that produced the current response.final - maxItems → String
-
The value that you specified for the
maxitems
parameter in the call toListReusableDelegationSets
that produced the current response.final - nextMarker → String?
-
If
IsTruncated
istrue
, the value ofNextMarker
identifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSets
request and specify the value ofNextMarker
in themarker
parameter.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