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