Class ServiceTierAdvisorListResult


  • public final class ServiceTierAdvisorListResult
    extends Object
    Represents the response to a list service tier advisor request.
    • Constructor Detail

      • ServiceTierAdvisorListResult

        public ServiceTierAdvisorListResult()
    • Method Detail

      • value

        public List<ServiceTierAdvisorInner> value()
        Get the value property: The list of service tier advisors for specified database.
        Returns:
        the value value.
      • withValue

        public ServiceTierAdvisorListResult withValue​(List<ServiceTierAdvisorInner> value)
        Set the value property: The list of service tier advisors for specified database.
        Parameters:
        value - the value value to set.
        Returns:
        the ServiceTierAdvisorListResult object itself.
      • validate

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