Class CfnAppInstanceBotMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnAppInstanceBotMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAppInstanceBotMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAppInstanceBotMixinProps
@Stability(Stable)
@Internal
public static final class CfnAppInstanceBotMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAppInstanceBotMixinProps
An implementation for
CfnAppInstanceBotMixinProps-
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.chime.CfnAppInstanceBotMixinProps
CfnAppInstanceBotMixinProps.Builder, CfnAppInstanceBotMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAppInstanceBotMixinProps.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 ARN of the AppInstance.final ObjectA structure that contains configuration data.final StringThe metadata of the AppInstanceBot.final StringgetName()The name of the AppInstanceBot.getTags()The tags assigned to the AppInstanceBot.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 theCfnAppInstanceBotMixinProps.Builder.
-
-
Method Details
-
getAppInstanceArn
Description copied from interface:CfnAppInstanceBotMixinPropsThe ARN of the AppInstance.- Specified by:
getAppInstanceArnin interfaceCfnAppInstanceBotMixinProps- See Also:
-
getConfiguration
Description copied from interface:CfnAppInstanceBotMixinPropsA structure that contains configuration data.Returns union: either
IResolvableorCfnAppInstanceBotPropsMixin.ConfigurationProperty- Specified by:
getConfigurationin interfaceCfnAppInstanceBotMixinProps- See Also:
-
getMetadata
Description copied from interface:CfnAppInstanceBotMixinPropsThe metadata of the AppInstanceBot.- Specified by:
getMetadatain interfaceCfnAppInstanceBotMixinProps- See Also:
-
getName
Description copied from interface:CfnAppInstanceBotMixinPropsThe name of the AppInstanceBot.- Specified by:
getNamein interfaceCfnAppInstanceBotMixinProps- See Also:
-
getTags
Description copied from interface:CfnAppInstanceBotMixinPropsThe tags assigned to the AppInstanceBot.- Specified by:
getTagsin interfaceCfnAppInstanceBotMixinProps- 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()
-