Class CfnConfigurationSetEventDestinationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnConfigurationSetEventDestinationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationSetEventDestinationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationSetEventDestinationMixinProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationSetEventDestinationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationSetEventDestinationMixinProps
An implementation for
CfnConfigurationSetEventDestinationMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnConfigurationSetEventDestinationMixinProps
CfnConfigurationSetEventDestinationMixinProps.Builder, CfnConfigurationSetEventDestinationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationSetEventDestinationMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe name of the configuration set that contains the event destination that you want to modify.final ObjectAn object that defines the event destination.final StringThe name of the event destination that you want to modify.final inthashCode()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 theCfnConfigurationSetEventDestinationMixinProps.Builder.
-
-
Method Details
-
getConfigurationSetName
Description copied from interface:CfnConfigurationSetEventDestinationMixinPropsThe name of the configuration set that contains the event destination that you want to modify.- Specified by:
getConfigurationSetNamein interfaceCfnConfigurationSetEventDestinationMixinProps- See Also:
-
getEventDestination
Description copied from interface:CfnConfigurationSetEventDestinationMixinPropsAn object that defines the event destination.Returns union: either
IResolvableorCfnConfigurationSetEventDestinationPropsMixin.EventDestinationProperty- Specified by:
getEventDestinationin interfaceCfnConfigurationSetEventDestinationMixinProps- See Also:
-
getEventDestinationName
Description copied from interface:CfnConfigurationSetEventDestinationMixinPropsThe name of the event destination that you want to modify.- Specified by:
getEventDestinationNamein interfaceCfnConfigurationSetEventDestinationMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-