Class NXConfig.Jsii$Proxy

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

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

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

      • getAffectedBranch

        public final String getAffectedBranch()
        Description copied from interface: NXConfig
        Affected branch.

        Default: mainline

        Specified by:
        getAffectedBranch in interface NXConfig
      • getNxIgnore

        public final List<String> getNxIgnore()
        Description copied from interface: NXConfig
        List of patterns to include in the .nxignore file.
        Specified by:
        getNxIgnore in interface NXConfig
      • $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