Class CreateRunResponseInner

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.CreateRunResponseInner

public final class CreateRunResponseInner extends Object
Response body with a run identifier.
  • Constructor Details

    • CreateRunResponseInner

      public CreateRunResponseInner()
  • Method Details

    • runId

      public String runId()
      Get the runId property: Identifier of a run.
      Returns:
      the runId value.
    • withRunId

      public CreateRunResponseInner withRunId(String runId)
      Set the runId property: Identifier of a run.
      Parameters:
      runId - the runId value to set.
      Returns:
      the CreateRunResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.