Class DtlEnvironmentList

java.lang.Object
com.azure.resourcemanager.devtestlabs.models.DtlEnvironmentList

public final class DtlEnvironmentList extends Object
The response of a list operation.
  • Constructor Details

    • DtlEnvironmentList

      public DtlEnvironmentList()
      Creates an instance of DtlEnvironmentList class.
  • Method Details

    • value

      public List<DtlEnvironmentInner> value()
      Get the value property: Results of the list operation.
      Returns:
      the value value.
    • withValue

      public DtlEnvironmentList withValue(List<DtlEnvironmentInner> value)
      Set the value property: Results of the list operation.
      Parameters:
      value - the value value to set.
      Returns:
      the DtlEnvironmentList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link for next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public DtlEnvironmentList withNextLink(String nextLink)
      Set the nextLink property: Link for next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the DtlEnvironmentList object itself.
    • validate

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