public class UpdateConfigurationSetReputationMetricsEnabledRequest extends AmazonWebServiceRequest implements java.io.Serializable
Enables or disables the publishing of reputation metrics for emails sent using a specific configuration set in a given AWS Region. Reputation metrics include bounce and complaint rates. These metrics are published to Amazon CloudWatch. By using CloudWatch, you can create alarms when bounce or complaint rates exceed certain thresholds.
You can execute this operation no more than once per second.
Constructor and Description |
---|
UpdateConfigurationSetReputationMetricsEnabledRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationSetName()
The name of the configuration set that you want to update.
|
java.lang.Boolean |
getEnabled()
Describes whether or not Amazon SES will publish reputation metrics for
the configuration set, such as bounce and complaint rates, to Amazon
CloudWatch.
|
int |
hashCode() |
java.lang.Boolean |
isEnabled()
Describes whether or not Amazon SES will publish reputation metrics for
the configuration set, such as bounce and complaint rates, to Amazon
CloudWatch.
|
void |
setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that you want to update.
|
void |
setEnabled(java.lang.Boolean enabled)
Describes whether or not Amazon SES will publish reputation metrics for
the configuration set, such as bounce and complaint rates, to Amazon
CloudWatch.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateConfigurationSetReputationMetricsEnabledRequest |
withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that you want to update.
|
UpdateConfigurationSetReputationMetricsEnabledRequest |
withEnabled(java.lang.Boolean enabled)
Describes whether or not Amazon SES will publish reputation metrics for
the configuration set, such as bounce and complaint rates, to Amazon
CloudWatch.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public UpdateConfigurationSetReputationMetricsEnabledRequest()
public java.lang.String getConfigurationSetName()
The name of the configuration set that you want to update.
The name of the configuration set that you want to update.
public void setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that you want to update.
configurationSetName
- The name of the configuration set that you want to update.
public UpdateConfigurationSetReputationMetricsEnabledRequest withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that you want to update.
Returns a reference to this object so that method calls can be chained together.
configurationSetName
- The name of the configuration set that you want to update.
public java.lang.Boolean isEnabled()
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
public java.lang.Boolean getEnabled()
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
public void setEnabled(java.lang.Boolean enabled)
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
enabled
- Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
public UpdateConfigurationSetReputationMetricsEnabledRequest withEnabled(java.lang.Boolean enabled)
Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
Returns a reference to this object so that method calls can be chained together.
enabled
- Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.