Class CfnEmailAddressProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnEmailAddressProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEmailAddressProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEmailAddressProps
@Stability(Stable)
@Internal
public static final class CfnEmailAddressProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEmailAddressProps
An implementation for
CfnEmailAddressProps-
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.services.connect.CfnEmailAddressProps
CfnEmailAddressProps.Builder, CfnEmailAddressProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEmailAddressProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEmailAddressProps.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 theCfnEmailAddressProps.Builder.
-
-
Method Details
-
getEmailAddress
Description copied from interface:CfnEmailAddressPropsThe email address, including the domain.- Specified by:
getEmailAddressin interfaceCfnEmailAddressProps- See Also:
-
getInstanceArn
Description copied from interface:CfnEmailAddressPropsThe Amazon Resource Name (ARN) of the instance.- Specified by:
getInstanceArnin interfaceCfnEmailAddressProps- See Also:
-
getAliasConfigurations
Description copied from interface:CfnEmailAddressPropsA 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: '<'eitherIResolvableorCfnEmailAddress.AliasConfigurationProperty>- Specified by:
getAliasConfigurationsin interfaceCfnEmailAddressProps- See Also:
-
getDescription
Description copied from interface:CfnEmailAddressPropsThe description of the email address.- Specified by:
getDescriptionin interfaceCfnEmailAddressProps- See Also:
-
getDisplayName
Description copied from interface:CfnEmailAddressPropsThe display name of email address.- Specified by:
getDisplayNamein interfaceCfnEmailAddressProps- See Also:
-
getTags
Description copied from interface:CfnEmailAddressPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnEmailAddressProps- 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()
-