ReputationOptions class
Contains information about the reputation settings for a configuration set.
Constructors
- ReputationOptions({DateTime? lastFreshStart, bool? reputationMetricsEnabled, bool? sendingEnabled})
- ReputationOptions.fromXml(XmlElement elem)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- lastFreshStart → DateTime?
- 
  The date and time at which the reputation metrics for the configuration set
were last reset. Resetting these metrics is known as a fresh start.
  final
- reputationMetricsEnabled → bool?
- 
  Describes whether or not Amazon SES publishes reputation metrics for the
configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sendingEnabled → bool?
- 
  Describes whether email sending is enabled or disabled for the configuration
set. If the value is true, then Amazon SES will send emails that use the configuration set. If the value isfalse, Amazon SES will not send emails that use the configuration set. The default value istrue. You can change this setting using UpdateConfigurationSetSendingEnabled.final
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