Class CfnEmailAddressMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEmailAddressMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEmailAddressMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEmailAddressMixinProps
@Stability(Stable)
@Internal
public static final class CfnEmailAddressMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEmailAddressMixinProps
An implementation for
CfnEmailAddressMixinProps-
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.connect.CfnEmailAddressMixinProps
CfnEmailAddressMixinProps.Builder, CfnEmailAddressMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEmailAddressMixinProps.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 ObjectA list of alias configurations for this email address, showing which email addresses forward to this primary address.final StringThe description of the email address.final StringThe display name of email address.final StringThe email address, including the domain.final StringThe Amazon Resource Name (ARN) of the instance.getTags()An array of key-value pairs to apply to this resource.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 theCfnEmailAddressMixinProps.Builder.
-
-
Method Details
-
getAliasConfigurations
Description copied from interface:CfnEmailAddressMixinPropsA list of alias configurations for this email address, showing which email addresses forward to this primary address.Each configuration contains the email address ID of an alias that forwards emails to this address.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEmailAddressPropsMixin.AliasConfigurationProperty>- Specified by:
getAliasConfigurationsin interfaceCfnEmailAddressMixinProps- See Also:
-
getDescription
Description copied from interface:CfnEmailAddressMixinPropsThe description of the email address.- Specified by:
getDescriptionin interfaceCfnEmailAddressMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnEmailAddressMixinPropsThe display name of email address.- Specified by:
getDisplayNamein interfaceCfnEmailAddressMixinProps- See Also:
-
getEmailAddress
Description copied from interface:CfnEmailAddressMixinPropsThe email address, including the domain.- Specified by:
getEmailAddressin interfaceCfnEmailAddressMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnEmailAddressMixinPropsThe Amazon Resource Name (ARN) of the instance.- Specified by:
getInstanceArnin interfaceCfnEmailAddressMixinProps- See Also:
-
getTags
Description copied from interface:CfnEmailAddressMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnEmailAddressMixinProps- 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()
-