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 StringThe description of the email address.final StringThe display name of email address.final StringThe email address with the instance, in [^\s@]+@[^\s@]+.[^\s@]+ format.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 with the instance, in [^\s@]+@[^\s@]+.[^\s@]+ format.- 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:
-
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()
-