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 the marker parameter in the request that produced the current response.
final
maxItems String
The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets that produced the current response.
final
nextMarker String?
If IsTruncated is true, the value of NextMarker identifies the next reusable delegation set that Amazon Route 53 will return if you submit another ListReusableDelegationSets request and specify the value of NextMarker in the marker 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