ListBrokersResponse class

Constructors

ListBrokersResponse({List<BrokerSummary>? brokerSummaries, String? nextToken})
ListBrokersResponse.fromJson(Map<String, dynamic> json)
factory

Properties

brokerSummaries List<BrokerSummary>?
A list of information about all brokers.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
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