Class CfnKnowledgeBase.QueryGenerationColumnProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.QueryGenerationColumnProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBase.QueryGenerationColumnProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBase.QueryGenerationColumnProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBase.QueryGenerationColumnProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBase.QueryGenerationColumnProperty
An implementation for
CfnKnowledgeBase.QueryGenerationColumnProperty-
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.bedrock.CfnKnowledgeBase.QueryGenerationColumnProperty
CfnKnowledgeBase.QueryGenerationColumnProperty.Builder, CfnKnowledgeBase.QueryGenerationColumnProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.QueryGenerationColumnProperty.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 StringA description of the column that helps the query engine understand the contents of the column.final StringSpecifies whether to include or exclude the column during query generation.final StringgetName()The name of the column for which the other fields in this object apply.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 theCfnKnowledgeBase.QueryGenerationColumnProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnKnowledgeBase.QueryGenerationColumnPropertyA description of the column that helps the query engine understand the contents of the column.- Specified by:
getDescriptionin interfaceCfnKnowledgeBase.QueryGenerationColumnProperty- See Also:
-
getInclusion
Description copied from interface:CfnKnowledgeBase.QueryGenerationColumnPropertySpecifies whether to include or exclude the column during query generation.If you specify
EXCLUDE, the column will be ignored. If you specifyINCLUDE, all other columns in the table will be ignored.- Specified by:
getInclusionin interfaceCfnKnowledgeBase.QueryGenerationColumnProperty- See Also:
-
getName
Description copied from interface:CfnKnowledgeBase.QueryGenerationColumnPropertyThe name of the column for which the other fields in this object apply.- Specified by:
getNamein interfaceCfnKnowledgeBase.QueryGenerationColumnProperty- 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()
-