Class StorageSpacesListResult

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.StorageSpacesListResult

public final class StorageSpacesListResult extends Object
The StorageSpacesListResult model.
  • Constructor Details

    • StorageSpacesListResult

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

    • value

      public List<StorageSpacesInner> value()
      Get the value property: The value property.
      Returns:
      the value value.
    • withValue

      public StorageSpacesListResult withValue(List<StorageSpacesInner> value)
      Set the value property: The value property.
      Parameters:
      value - the value value to set.
      Returns:
      the StorageSpacesListResult object itself.
    • nextLink

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

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

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