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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wisdom.CfnAIAgent.AssociationConfigurationProperty
CfnAIAgent.AssociationConfigurationProperty.Builder, CfnAIAgent.AssociationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAIAgent.AssociationConfigurationProperty.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 ObjectA typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.final StringThe identifier of the association for this Association Configuration.final StringThe type of the association for this Association Configuration.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 theCfnAIAgent.AssociationConfigurationProperty.Builder.
-
-
Method Details
-
getAssociationConfigurationData
Description copied from interface:CfnAIAgent.AssociationConfigurationPropertyA typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.Returns union: either
IResolvableorCfnAIAgent.AssociationConfigurationDataProperty- Specified by:
getAssociationConfigurationDatain interfaceCfnAIAgent.AssociationConfigurationProperty- See Also:
-
getAssociationId
Description copied from interface:CfnAIAgent.AssociationConfigurationPropertyThe identifier of the association for this Association Configuration.- Specified by:
getAssociationIdin interfaceCfnAIAgent.AssociationConfigurationProperty- See Also:
-
getAssociationType
Description copied from interface:CfnAIAgent.AssociationConfigurationPropertyThe type of the association for this Association Configuration.- Specified by:
getAssociationTypein interfaceCfnAIAgent.AssociationConfigurationProperty- 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()
-