Class CfnAIAgent.AssociationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnAIAgent.AssociationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAIAgent.AssociationConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAIAgent.AssociationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAIAgent.AssociationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAIAgent.AssociationConfigurationProperty
An implementation for
CfnAIAgent.AssociationConfigurationProperty
-
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.wisdom.CfnAIAgent.AssociationConfigurationProperty
CfnAIAgent.AssociationConfigurationProperty.Builder, CfnAIAgent.AssociationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAIAgent.AssociationConfigurationProperty.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
A typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.final String
The identifier of the association for this Association Configuration.final String
The type of the association for this Association Configuration.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 theCfnAIAgent.AssociationConfigurationProperty.Builder
.
-
-
Method Details
-
getAssociationConfigurationData
Description copied from interface:CfnAIAgent.AssociationConfigurationProperty
A typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.- Specified by:
getAssociationConfigurationData
in interfaceCfnAIAgent.AssociationConfigurationProperty
- See Also:
-
getAssociationId
Description copied from interface:CfnAIAgent.AssociationConfigurationProperty
The identifier of the association for this Association Configuration.- Specified by:
getAssociationId
in interfaceCfnAIAgent.AssociationConfigurationProperty
- See Also:
-
getAssociationType
Description copied from interface:CfnAIAgent.AssociationConfigurationProperty
The type of the association for this Association Configuration.- Specified by:
getAssociationType
in interfaceCfnAIAgent.AssociationConfigurationProperty
- 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()
-