DescribeBrokerEngineTypesResponse class

Constructors

DescribeBrokerEngineTypesResponse({List<BrokerEngineType>? brokerEngineTypes, int? maxResults, String? nextToken})
DescribeBrokerEngineTypesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

brokerEngineTypes List<BrokerEngineType>?
List of available engine types and versions.
final
hashCode int
The hash code for this object.
no setterinherited
maxResults int?
Required. The maximum number of engine types that can be returned per page (20 by default). This value must be an integer from 5 to 100.
final
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