Class ManagedRule.Jsii$Proxy

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, ManagedRule
    Enclosing interface:
    ManagedRule

    @Stability(Experimental)
    @Internal
    public static final class ManagedRule.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements ManagedRule
    An implementation for ManagedRule
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      protected Jsii$Proxy​(ManagedRule.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ManagedRule.Builder.
    • Constructor Detail

      • 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.
    • Method Detail

      • getName

        public final String getName()
        Description copied from interface: ManagedRule
        (experimental) The name of the managed rule group.

        You use this, along with the vendor name, to identify the rule group.

        Specified by:
        getName in interface ManagedRule
      • getVendor

        public final String getVendor()
        Description copied from interface: ManagedRule
        (experimental) The name of the managed rule group vendor.

        You use this, along with the rule group name, to identify the rule group.

        Specified by:
        getVendor in interface ManagedRule
      • $jsii$toJson

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

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