ListDedicatedIpPoolsResponse class

A list of dedicated IP pools.

Constructors

ListDedicatedIpPoolsResponse({List<String>? dedicatedIpPools, String? nextToken})
ListDedicatedIpPoolsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

dedicatedIpPools List<String>?
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another request to ListDedicatedIpPools, passing this token in the NextToken parameter.
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