ListClustersResponse class

Constructors

ListClustersResponse({List<ClusterInfo>? clusterInfoList, String? nextToken})
ListClustersResponse.fromJson(Map<String, dynamic> json)
factory

Properties

clusterInfoList List<ClusterInfo>?
Information on each of the MSK clusters in the response.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next 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