ListConfigurationSetsResponse class
A list of configuration sets in your Amazon Pinpoint account in the current AWS Region.
Constructors
- 
          ListConfigurationSetsResponse({List<
String> ? configurationSets, String? nextToken}) - 
          ListConfigurationSetsResponse.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- 
  configurationSets
  → List<
String> ? - 
  An array that contains all of the configuration sets in your Amazon Pinpoint
account in the current AWS Region.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - nextToken → String?
 - 
  A token that indicates that there are additional configuration sets to list.
To view additional configuration sets, issue another request to
ListConfigurationSets, and pass this token in theNextTokenparameter.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