Class ConfigurationListResultInner


  • public final class ConfigurationListResultInner
    extends Object
    A list of server configurations.
    • Constructor Detail

      • ConfigurationListResultInner

        public ConfigurationListResultInner()
    • Method Detail

      • value

        public List<ConfigurationInner> value()
        Get the value property: The list of server configurations.
        Returns:
        the value value.
      • withValue

        public ConfigurationListResultInner withValue​(List<ConfigurationInner> value)
        Set the value property: The list of server configurations.
        Parameters:
        value - the value value to set.
        Returns:
        the ConfigurationListResultInner object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The link used to get the next page of operations.
        Returns:
        the nextLink value.
      • withNextLink

        public ConfigurationListResultInner withNextLink​(String nextLink)
        Set the nextLink property: The link used to get the next page of operations.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the ConfigurationListResultInner object itself.
      • validate

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