Class SourceControlListResult

java.lang.Object
com.azure.resourcemanager.automation.models.SourceControlListResult

public final class SourceControlListResult extends Object
The response model for the list source controls operation.
  • Constructor Details

    • SourceControlListResult

      public SourceControlListResult()
  • Method Details

    • value

      public List<SourceControlInner> value()
      Get the value property: The list of source controls.
      Returns:
      the value value.
    • withValue

      public SourceControlListResult withValue(List<SourceControlInner> value)
      Set the value property: The list of source controls.
      Parameters:
      value - the value value to set.
      Returns:
      the SourceControlListResult object itself.
    • nextLink

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

      public SourceControlListResult withNextLink(String nextLink)
      Set the nextLink property: The next link.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the SourceControlListResult object itself.
    • validate

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