Class CfnConfigurationSetEventDestinationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestinationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationSetEventDestinationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationSetEventDestinationProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationSetEventDestinationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationSetEventDestinationProps
An implementation for
CfnConfigurationSetEventDestinationProps
-
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.CfnConfigurationSetEventDestinationProps
CfnConfigurationSetEventDestinationProps.Builder, CfnConfigurationSetEventDestinationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetEventDestinationProps.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 String
The name of the configuration set that contains the event destination that you want to modify.final Object
An object that defines the event destination.final String
The name of the event destination that you want to modify.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 theCfnConfigurationSetEventDestinationProps.Builder
.
-
-
Method Details
-
getConfigurationSetName
Description copied from interface:CfnConfigurationSetEventDestinationProps
The name of the configuration set that contains the event destination that you want to modify.- Specified by:
getConfigurationSetName
in interfaceCfnConfigurationSetEventDestinationProps
-
getEventDestinationName
Description copied from interface:CfnConfigurationSetEventDestinationProps
The name of the event destination that you want to modify.- Specified by:
getEventDestinationName
in interfaceCfnConfigurationSetEventDestinationProps
-
getEventDestination
Description copied from interface:CfnConfigurationSetEventDestinationProps
An object that defines the event destination.- Specified by:
getEventDestination
in interfaceCfnConfigurationSetEventDestinationProps
-
$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()
-