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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnPredefinedAttribute.AttributeConfigurationProperty
CfnPredefinedAttribute.AttributeConfigurationProperty.Builder, CfnPredefinedAttribute.AttributeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPredefinedAttribute.AttributeConfigurationProperty.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 ObjectEnables customers to enforce strict validation on the specific values that this predefined attribute can hold.final ObjectAllows the predefined attribute to show up and be managed in the Amazon Connect UI.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 theCfnPredefinedAttribute.AttributeConfigurationProperty.Builder.
-
-
Method Details
-
getEnableValueValidationOnAssociation
Description copied from interface:CfnPredefinedAttribute.AttributeConfigurationPropertyEnables customers to enforce strict validation on the specific values that this predefined attribute can hold.Returns union: either
BooleanorIResolvable- Specified by:
getEnableValueValidationOnAssociationin interfaceCfnPredefinedAttribute.AttributeConfigurationProperty- See Also:
-
getIsReadOnly
Description copied from interface:CfnPredefinedAttribute.AttributeConfigurationPropertyAllows the predefined attribute to show up and be managed in the Amazon Connect UI.Returns union: either
BooleanorIResolvable- Specified by:
getIsReadOnlyin interfaceCfnPredefinedAttribute.AttributeConfigurationProperty- 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()
-