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
DelegationSetelement 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,Markeris the value that you specified for themarkerparameter in the request that produced the current response.final - maxItems → String
-
The value that you specified for the
maxitemsparameter in the call toListReusableDelegationSetsthat produced the current response.final - nextMarker → String?
-
If
IsTruncatedistrue, the value ofNextMarkeridentifies the next reusable delegation set that Amazon Route 53 will return if you submit anotherListReusableDelegationSetsrequest and specify the value ofNextMarkerin themarkerparameter.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