Class CfnBot.GrammarSlotTypeSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.GrammarSlotTypeSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.GrammarSlotTypeSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.GrammarSlotTypeSourceProperty
@Stability(Stable)
@Internal
public static final class CfnBot.GrammarSlotTypeSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.GrammarSlotTypeSourceProperty
An implementation for
CfnBot.GrammarSlotTypeSourceProperty-
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.lex.CfnBot.GrammarSlotTypeSourceProperty
CfnBot.GrammarSlotTypeSourceProperty.Builder, CfnBot.GrammarSlotTypeSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.GrammarSlotTypeSourceProperty.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 StringThe AWS KMS key required to decrypt the contents of the grammar, if any.final StringThe name of the Amazon S3 bucket that contains the grammar source.final StringThe path to the grammar in the Amazon S3 bucket.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 theCfnBot.GrammarSlotTypeSourceProperty.Builder.
-
-
Method Details
-
getS3BucketName
Description copied from interface:CfnBot.GrammarSlotTypeSourcePropertyThe name of the Amazon S3 bucket that contains the grammar source.- Specified by:
getS3BucketNamein interfaceCfnBot.GrammarSlotTypeSourceProperty- See Also:
-
getS3ObjectKey
Description copied from interface:CfnBot.GrammarSlotTypeSourcePropertyThe path to the grammar in the Amazon S3 bucket.- Specified by:
getS3ObjectKeyin interfaceCfnBot.GrammarSlotTypeSourceProperty- See Also:
-
getKmsKeyArn
Description copied from interface:CfnBot.GrammarSlotTypeSourcePropertyThe AWS KMS key required to decrypt the contents of the grammar, if any.- Specified by:
getKmsKeyArnin interfaceCfnBot.GrammarSlotTypeSourceProperty- 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()
-