Class TagUpdateConstraintOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.TagUpdateConstraintOptions.Jsii$Proxy
- All Implemented Interfaces:
CommonConstraintOptions
,TagUpdateConstraintOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- TagUpdateConstraintOptions
@Stability(Stable)
@Internal
public static final class TagUpdateConstraintOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TagUpdateConstraintOptions
An implementation for
TagUpdateConstraintOptions
-
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.servicecatalog.TagUpdateConstraintOptions
TagUpdateConstraintOptions.Builder, TagUpdateConstraintOptions.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theTagUpdateConstraintOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final Boolean
getAllow()
Toggle for if users should be allowed to change/update tags on provisioned products.final String
The description of the constraint.final MessageLanguage
The language code.final int
hashCode()
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 theTagUpdateConstraintOptions.Builder
.
-
-
Method Details
-
getAllow
Description copied from interface:TagUpdateConstraintOptions
Toggle for if users should be allowed to change/update tags on provisioned products.Default: true
- Specified by:
getAllow
in interfaceTagUpdateConstraintOptions
-
getDescription
Description copied from interface:CommonConstraintOptions
The description of the constraint.Default: - No description provided
- Specified by:
getDescription
in interfaceCommonConstraintOptions
-
getMessageLanguage
Description copied from interface:CommonConstraintOptions
The language code.Configures the language for error messages from service catalog.
Default: - English
- Specified by:
getMessageLanguage
in interfaceCommonConstraintOptions
-
$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()
-