public static final class CfnConfigurationSet.ReputationOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationSet.ReputationOptionsProperty
CfnConfigurationSet.ReputationOptionsProperty
CfnConfigurationSet.ReputationOptionsProperty.Builder, CfnConfigurationSet.ReputationOptionsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getReputationMetricsEnabled()
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getReputationMetricsEnabled()
CfnConfigurationSet.ReputationOptionsProperty
If the value is true
, reputation metrics are published. If the value is false
, reputation metrics are not published. The default value is false
.
getReputationMetricsEnabled
in interface CfnConfigurationSet.ReputationOptionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()