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 StringA description for the email address.final StringThe display name for the email address.final StringEmail address to be created for this instance.final StringThe identifier of the Amazon Connect instance.getTags()One or more tags.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:CfnEmailAddressPropsEmail address to be created for this instance.- Specified by:
getEmailAddressin interfaceCfnEmailAddressProps- See Also:
-
getInstanceArn
Description copied from interface:CfnEmailAddressPropsThe identifier of the Amazon Connect instance.- Specified by:
getInstanceArnin interfaceCfnEmailAddressProps- See Also:
-
getDescription
Description copied from interface:CfnEmailAddressPropsA description for the email address.- Specified by:
getDescriptionin interfaceCfnEmailAddressProps- See Also:
-
getDisplayName
Description copied from interface:CfnEmailAddressPropsThe display name for the email address.- Specified by:
getDisplayNamein interfaceCfnEmailAddressProps- See Also:
-
getTags
Description copied from interface:CfnEmailAddressPropsOne or more tags.- 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()
-