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()
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
|
java.lang.String |
getName()
The name of the configuration set.
|
java.lang.Object |
getReputationOptions()
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
|
java.lang.Object |
getSendingOptions()
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
|
java.util.List<CfnConfigurationSet.TagsProperty> |
getTags()
An object that defines the tags (keys and values) that you want to associate with the configuration set.
|
java.lang.Object |
getTrackingOptions()
An object that defines the open and click tracking options for emails that you send using 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.String getName()
CfnConfigurationSetProps
getName
in interface CfnConfigurationSetProps
public final java.lang.Object getDeliveryOptions()
CfnConfigurationSetProps
getDeliveryOptions
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.util.List<CfnConfigurationSet.TagsProperty> getTags()
CfnConfigurationSetProps
getTags
in interface CfnConfigurationSetProps
public final java.lang.Object getTrackingOptions()
CfnConfigurationSetProps
getTrackingOptions
in interface CfnConfigurationSetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()