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