Class SeedJob.Jsii$Proxy

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

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

      • getDescription

        public final String getDescription()
        Description copied from interface: SeedJob
        The description of the seed job.
        Specified by:
        getDescription in interface SeedJob
      • getId

        public final String getId()
        Description copied from interface: SeedJob
        The unique name for the seed job.
        Specified by:
        getId in interface SeedJob
      • getRepositoryBranch

        public final String getRepositoryBranch()
        Description copied from interface: SeedJob
        The repository branch where seed job definitions are present.
        Specified by:
        getRepositoryBranch in interface SeedJob
      • getRepositoryUrl

        public final String getRepositoryUrl()
        Description copied from interface: SeedJob
        The repository access URL.

        Supports SSH and HTTPS.

        Specified by:
        getRepositoryUrl in interface SeedJob
      • getTargets

        public final String getTargets()
        Description copied from interface: SeedJob
        The repository path where seed job definitions are present.
        Specified by:
        getTargets in interface SeedJob
      • $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