Class CfnEnvironment.AttributeMapItemsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.finspace.CfnEnvironment.AttributeMapItemsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironment.AttributeMapItemsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironment.AttributeMapItemsProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironment.AttributeMapItemsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironment.AttributeMapItemsProperty
An implementation for
CfnEnvironment.AttributeMapItemsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.finspace.CfnEnvironment.AttributeMapItemsProperty
CfnEnvironment.AttributeMapItemsProperty.Builder, CfnEnvironment.AttributeMapItemsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.AttributeMapItemsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnEnvironment.AttributeMapItemsProperty.Builder
.
-
-
Method Details
-
getKey
Description copied from interface:CfnEnvironment.AttributeMapItemsProperty
The key name of the tag.You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Specified by:
getKey
in interfaceCfnEnvironment.AttributeMapItemsProperty
- See Also:
-
getValue
Description copied from interface:CfnEnvironment.AttributeMapItemsProperty
The value for the tag.You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Specified by:
getValue
in interfaceCfnEnvironment.AttributeMapItemsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-