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