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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.TagUpdateConstraintOptions
TagUpdateConstraintOptions.Builder, TagUpdateConstraintOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theTagUpdateConstraintOptions.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 BooleangetAllow()Toggle for if users should be allowed to change/update tags on provisioned products.final StringThe description of the constraint.final MessageLanguageThe language code.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 theTagUpdateConstraintOptions.Builder.
-
-
Method Details
-
getAllow
Description copied from interface:TagUpdateConstraintOptionsToggle for if users should be allowed to change/update tags on provisioned products.Default: true
- Specified by:
getAllowin interfaceTagUpdateConstraintOptions
-
getDescription
Description copied from interface:CommonConstraintOptionsThe description of the constraint.Default: - No description provided
- Specified by:
getDescriptionin interfaceCommonConstraintOptions
-
getMessageLanguage
Description copied from interface:CommonConstraintOptionsThe language code.Configures the language for error messages from service catalog.
Default: - English
- Specified by:
getMessageLanguagein interfaceCommonConstraintOptions
-
$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()
-