Class CfnRule.ReferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnRule.ReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRule.ReferenceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRule.ReferenceProperty
@Stability(Stable)
@Internal
public static final class CfnRule.ReferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRule.ReferenceProperty
An implementation for
CfnRule.ReferenceProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnRule.ReferenceProperty
CfnRule.ReferenceProperty.Builder, CfnRule.ReferenceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRule.ReferenceProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnRule.ReferenceProperty.Builder
.
-
-
Method Details
-
getType
Description copied from interface:CfnRule.ReferenceProperty
The type of the reference.DATE
must be of type Epoch timestamp.Allowed values :
URL
|ATTACHMENT
|NUMBER
|STRING
|DATE
|EMAIL
- Specified by:
getType
in interfaceCfnRule.ReferenceProperty
-
getValue
Description copied from interface:CfnRule.ReferenceProperty
A valid value for the reference.For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
- Specified by:
getValue
in interfaceCfnRule.ReferenceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-