Class CfnPredefinedAttribute.AttributeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnPredefinedAttribute.AttributeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPredefinedAttribute.AttributeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPredefinedAttribute.AttributeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPredefinedAttribute.AttributeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPredefinedAttribute.AttributeConfigurationProperty
An implementation for
CfnPredefinedAttribute.AttributeConfigurationProperty
-
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.CfnPredefinedAttribute.AttributeConfigurationProperty
CfnPredefinedAttribute.AttributeConfigurationProperty.Builder, CfnPredefinedAttribute.AttributeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPredefinedAttribute.AttributeConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.final Object
Allows the predefined attribute to show up and be managed in the Amazon Connect UI.final int
hashCode()
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 theCfnPredefinedAttribute.AttributeConfigurationProperty.Builder
.
-
-
Method Details
-
getEnableValueValidationOnAssociation
Description copied from interface:CfnPredefinedAttribute.AttributeConfigurationProperty
Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.- Specified by:
getEnableValueValidationOnAssociation
in interfaceCfnPredefinedAttribute.AttributeConfigurationProperty
- See Also:
-
getIsReadOnly
Description copied from interface:CfnPredefinedAttribute.AttributeConfigurationProperty
Allows the predefined attribute to show up and be managed in the Amazon Connect UI.- Specified by:
getIsReadOnly
in interfaceCfnPredefinedAttribute.AttributeConfigurationProperty
- See Also:
-
$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()
-