Class CfnAgentSpaceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAgentSpaceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAgentSpaceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgentSpaceMixinProps
@Stability(Stable)
@Internal
public static final class CfnAgentSpaceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgentSpaceMixinProps
An implementation for
CfnAgentSpaceMixinProps-
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.devopsagent.CfnAgentSpaceMixinProps
CfnAgentSpaceMixinProps.Builder, CfnAgentSpaceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgentSpaceMixinProps.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 description of the Agent Space.final StringThe ARN of the KMS key to use for encryption.final StringThe locale for the AgentSpace, which determines the language used in agent responses.final StringgetName()The name of the Agent Space.final ObjectReturns union: eitherIResolvableorCfnAgentSpacePropsMixin.OperatorAppPropertygetTags()An array of key-value pairs to apply to this resource.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 theCfnAgentSpaceMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnAgentSpaceMixinPropsThe description of the Agent Space.- Specified by:
getDescriptionin interfaceCfnAgentSpaceMixinProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnAgentSpaceMixinPropsThe ARN of the KMS key to use for encryption.- Specified by:
getKmsKeyArnin interfaceCfnAgentSpaceMixinProps- See Also:
-
getLocale
Description copied from interface:CfnAgentSpaceMixinPropsThe locale for the AgentSpace, which determines the language used in agent responses.- Specified by:
getLocalein interfaceCfnAgentSpaceMixinProps- See Also:
-
getName
Description copied from interface:CfnAgentSpaceMixinPropsThe name of the Agent Space.- Specified by:
getNamein interfaceCfnAgentSpaceMixinProps- See Also:
-
getOperatorApp
Description copied from interface:CfnAgentSpaceMixinPropsReturns union: eitherIResolvableorCfnAgentSpacePropsMixin.OperatorAppProperty- Specified by:
getOperatorAppin interfaceCfnAgentSpaceMixinProps- See Also:
-
getTags
Description copied from interface:CfnAgentSpaceMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnAgentSpaceMixinProps- 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()
-