Class UsagesListResult


  • public final class UsagesListResult
    extends Object
    The list usages operation response.
    • Constructor Detail

      • UsagesListResult

        public UsagesListResult()
    • Method Detail

      • value

        public List<UsageInner> value()
        Get the value property: The list of resource usages.
        Returns:
        the value value.
      • withValue

        public UsagesListResult withValue​(List<UsageInner> value)
        Set the value property: The list of resource usages.
        Parameters:
        value - the value value to set.
        Returns:
        the UsagesListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: URL to get the next set of results.
        Returns:
        the nextLink value.
      • withNextLink

        public UsagesListResult withNextLink​(String nextLink)
        Set the nextLink property: URL to get the next set of results.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the UsagesListResult object itself.
      • validate

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