ListQueuesResult class
A list of your queues.
Constructors
-
ListQueuesResult({String? nextToken, List<
String> ? queueUrls}) - ListQueuesResult.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
Pagination token to include in the next request. Token value is
null
if there are no additional results to request, or if you did not setMaxResults
in the request.final -
queueUrls
→ List<
String> ? -
A list of queue URLs, up to 1,000 entries, or the value of MaxResults that
you sent in the request.
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