Class AmlFilesystemsListResult

java.lang.Object
com.azure.resourcemanager.storagecache.models.AmlFilesystemsListResult

public final class AmlFilesystemsListResult extends Object
Result of the request to list AML file systems. It contains a list of AML file systems and a URL link to get the next set of results.
  • Constructor Details

    • AmlFilesystemsListResult

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

    • nextLink

      public String nextLink()
      Get the nextLink property: URL to get the next set of AML file system list results, if there are any.
      Returns:
      the nextLink value.
    • withNextLink

      public AmlFilesystemsListResult withNextLink(String nextLink)
      Set the nextLink property: URL to get the next set of AML file system list results, if there are any.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the AmlFilesystemsListResult object itself.
    • value

      public List<AmlFilesystemInner> value()
      Get the value property: List of AML file systems.
      Returns:
      the value value.
    • withValue

      Set the value property: List of AML file systems.
      Parameters:
      value - the value value to set.
      Returns:
      the AmlFilesystemsListResult object itself.
    • validate

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