Class TemplateRule.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.TemplateRule.Jsii$Proxy
All Implemented Interfaces:
TemplateRule, software.amazon.jsii.JsiiSerializable
Enclosing interface:
TemplateRule

@Stability(Stable) @Internal public static final class TemplateRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TemplateRule
An implementation for TemplateRule
  • 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

      protected Jsii$Proxy(TemplateRule.Builder builder)
      Constructor that initializes the object based on literal property values passed by the TemplateRule.Builder.
  • Method Details

    • getAssertions

      public final List<TemplateRuleAssertion> getAssertions()
      Description copied from interface: TemplateRule
      A list of assertions that make up the rule.
      Specified by:
      getAssertions in interface TemplateRule
    • getRuleName

      public final String getRuleName()
      Description copied from interface: TemplateRule
      Name of the rule.
      Specified by:
      getRuleName in interface TemplateRule
    • getCondition

      public final ICfnRuleConditionExpression getCondition()
      Description copied from interface: TemplateRule
      Specify when to apply rule with a rule-specific intrinsic function.

      Default: - no rule condition provided

      Specified by:
      getCondition in interface TemplateRule
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object