Class SqlPoolInfoListResult


  • public final class SqlPoolInfoListResult
    extends Object
    SQL pool collection List of SQL pools.
    • Constructor Detail

      • SqlPoolInfoListResult

        public SqlPoolInfoListResult()
    • Method Detail

      • nextLink

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

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

        public List<SqlPoolInner> value()
        Get the value property: List of SQL pools.
        Returns:
        the value value.
      • withValue

        public SqlPoolInfoListResult withValue​(List<SqlPoolInner> value)
        Set the value property: List of SQL pools.
        Parameters:
        value - the value value to set.
        Returns:
        the SqlPoolInfoListResult object itself.
      • validate

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