Class CloudFormationRuleConstraintOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.CloudFormationRuleConstraintOptions.Jsii$Proxy
- All Implemented Interfaces:
CloudFormationRuleConstraintOptions
,CommonConstraintOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CloudFormationRuleConstraintOptions
@Stability(Stable)
@Internal
public static final class CloudFormationRuleConstraintOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CloudFormationRuleConstraintOptions
An implementation for
CloudFormationRuleConstraintOptions
-
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.CloudFormationRuleConstraintOptions
CloudFormationRuleConstraintOptions.Builder, CloudFormationRuleConstraintOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCloudFormationRuleConstraintOptions.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 String
The description of the constraint.final MessageLanguage
The language code.final TemplateRule
getRule()
The rule with condition and assertions to apply to template.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 theCloudFormationRuleConstraintOptions.Builder
.
-
-
Method Details
-
getRule
Description copied from interface:CloudFormationRuleConstraintOptions
The rule with condition and assertions to apply to template.- Specified by:
getRule
in interfaceCloudFormationRuleConstraintOptions
-
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()
-