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