Class CfnBotPropsMixin.BotMemberProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.BotMemberProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.BotMemberProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.BotMemberProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.BotMemberProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.BotMemberProperty
An implementation for
CfnBotPropsMixin.BotMemberProperty-
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.cfnpropertymixins.services.lex.CfnBotPropsMixin.BotMemberProperty
CfnBotPropsMixin.BotMemberProperty.Builder, CfnBotPropsMixin.BotMemberProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.BotMemberProperty.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 alias ID of a bot that is a member of this network of bots.final StringThe alias name of a bot that is a member of this network of bots.final StringThe unique ID of a bot that is a member of this network of bots.final StringThe unique name of a bot that is a member of this network of bots.final StringThe version of a bot that is a member of this network of bots.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 theCfnBotPropsMixin.BotMemberProperty.Builder.
-
-
Method Details
-
getBotMemberAliasId
Description copied from interface:CfnBotPropsMixin.BotMemberPropertyThe alias ID of a bot that is a member of this network of bots.- Specified by:
getBotMemberAliasIdin interfaceCfnBotPropsMixin.BotMemberProperty- See Also:
-
getBotMemberAliasName
Description copied from interface:CfnBotPropsMixin.BotMemberPropertyThe alias name of a bot that is a member of this network of bots.- Specified by:
getBotMemberAliasNamein interfaceCfnBotPropsMixin.BotMemberProperty- See Also:
-
getBotMemberId
Description copied from interface:CfnBotPropsMixin.BotMemberPropertyThe unique ID of a bot that is a member of this network of bots.- Specified by:
getBotMemberIdin interfaceCfnBotPropsMixin.BotMemberProperty- See Also:
-
getBotMemberName
Description copied from interface:CfnBotPropsMixin.BotMemberPropertyThe unique name of a bot that is a member of this network of bots.- Specified by:
getBotMemberNamein interfaceCfnBotPropsMixin.BotMemberProperty- See Also:
-
getBotMemberVersion
Description copied from interface:CfnBotPropsMixin.BotMemberPropertyThe version of a bot that is a member of this network of bots.- Specified by:
getBotMemberVersionin interfaceCfnBotPropsMixin.BotMemberProperty- 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()
-