menu
aws_kafka_api package
documentation
kafka-2018-11-14.dart
ListNodesResponse class
ListNodesResponse class
dark_mode
light_mode
ListNodesResponse
class
Constructors
ListNodesResponse
({
String
?
nextToken
,
List
<
NodeInfo
>
?
nodeInfoList
})
ListNodesResponse.fromJson
(
Map
<
String
,
dynamic
>
json
)
factory
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
nextToken
→
String
?
The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response. To get another batch of nodes, provide this token in your next request.
final
nodeInfoList
→
List
<
NodeInfo
>
?
List containing a NodeInfo object.
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
aws_kafka_api package
documentation
kafka-2018-11-14
ListNodesResponse class
kafka-2018-11-14 library