Class Matrix.Jsii$Proxy

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

    @Stability(Experimental)
    @Internal
    public static final class Matrix.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements Matrix
    An implementation for Matrix
    • 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​(Matrix.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Matrix.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • 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​(Matrix.Builder builder)
        Constructor that initializes the object based on literal property values passed by the Matrix.Builder.
    • Method Detail

      • getAlias

        public final String getAlias()
        Description copied from interface: Matrix
        (experimental) An alias for the matrix, usable from another job’s requires stanza.

        Defaults to the name of the job being executed

        Specified by:
        getAlias in interface Matrix
      • getParameters

        public final Map<String,​Object> getParameters()
        Description copied from interface: Matrix
        (experimental) A map of parameter names to every value the job should be called with.
        Specified by:
        getParameters in interface Matrix
      • $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