public static final class CfnConfigurationSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationSetProps
CfnConfigurationSetProps
CfnConfigurationSetProps.Builder, CfnConfigurationSetProps.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 |
getDeliveryOptions()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
java.lang.String |
getName()
The name of the configuration set.
|
java.lang.Object |
getReputationOptions()
An object that represents the reputation settings for the configuration set.
|
java.lang.Object |
getSendingOptions()
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
java.lang.Object |
getSuppressionOptions()
An object that contains information about the suppression list preferences for your account.
|
java.lang.Object |
getTrackingOptions()
The name of the custom open and click tracking domain associated with the configuration set.
|
java.lang.Object |
getVdmOptions()
The Virtual Deliverability Manager (VDM) options that apply to the configuration set.
|
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 getDeliveryOptions()
CfnConfigurationSetProps
getDeliveryOptions
in interface CfnConfigurationSetProps
public final java.lang.String getName()
CfnConfigurationSetProps
getName
in interface CfnConfigurationSetProps
public final java.lang.Object getReputationOptions()
CfnConfigurationSetProps
getReputationOptions
in interface CfnConfigurationSetProps
public final java.lang.Object getSendingOptions()
CfnConfigurationSetProps
getSendingOptions
in interface CfnConfigurationSetProps
public final java.lang.Object getSuppressionOptions()
CfnConfigurationSetProps
getSuppressionOptions
in interface CfnConfigurationSetProps
public final java.lang.Object getTrackingOptions()
CfnConfigurationSetProps
getTrackingOptions
in interface CfnConfigurationSetProps
public final java.lang.Object getVdmOptions()
CfnConfigurationSetProps
getVdmOptions
in interface CfnConfigurationSetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()