Class CfnConfigurationSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationSetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationSetProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationSetProps
An implementation for
CfnConfigurationSetProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetProps
CfnConfigurationSetProps.Builder, CfnConfigurationSetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.final String
getName()
The name of the configuration set.final Object
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.final Object
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.getTags()
An object that defines the tags (keys and values) that you want to associate with the configuration set.final Object
An object that defines the open and click tracking options for emails that you send using the configuration set.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnConfigurationSetProps
The name of the configuration set.- Specified by:
getName
in interfaceCfnConfigurationSetProps
-
getDeliveryOptions
Description copied from interface:CfnConfigurationSetProps
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.- Specified by:
getDeliveryOptions
in interfaceCfnConfigurationSetProps
-
getReputationOptions
Description copied from interface:CfnConfigurationSetProps
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.- Specified by:
getReputationOptions
in interfaceCfnConfigurationSetProps
-
getSendingOptions
Description copied from interface:CfnConfigurationSetProps
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.- Specified by:
getSendingOptions
in interfaceCfnConfigurationSetProps
-
getTags
Description copied from interface:CfnConfigurationSetProps
An object that defines the tags (keys and values) that you want to associate with the configuration set.- Specified by:
getTags
in interfaceCfnConfigurationSetProps
-
getTrackingOptions
Description copied from interface:CfnConfigurationSetProps
An object that defines the open and click tracking options for emails that you send using the configuration set.- Specified by:
getTrackingOptions
in interfaceCfnConfigurationSetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-