Class JobStreamListResultInner

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.JobStreamListResultInner

public final class JobStreamListResultInner extends Object
The response model for the list job stream operation.
  • Constructor Details

    • JobStreamListResultInner

      public JobStreamListResultInner()
  • Method Details

    • value

      public List<JobStreamInner> value()
      Get the value property: A list of job streams.
      Returns:
      the value value.
    • withValue

      public JobStreamListResultInner withValue(List<JobStreamInner> value)
      Set the value property: A list of job streams.
      Parameters:
      value - the value value to set.
      Returns:
      the JobStreamListResultInner object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Gets or sets the next link.
      Returns:
      the nextLink value.
    • withNextLink

      public JobStreamListResultInner withNextLink(String nextLink)
      Set the nextLink property: Gets or sets the next link.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the JobStreamListResultInner object itself.
    • validate

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