Class AgentPoolListResult


  • public final class AgentPoolListResult
    extends Object
    The response from the List Agent Pools operation.
    • Constructor Detail

      • AgentPoolListResult

        public AgentPoolListResult()
    • Method Detail

      • value

        public List<AgentPoolInner> value()
        Get the value property: The list of agent pools.
        Returns:
        the value value.
      • withValue

        public AgentPoolListResult withValue​(List<AgentPoolInner> value)
        Set the value property: The list of agent pools.
        Parameters:
        value - the value value to set.
        Returns:
        the AgentPoolListResult object itself.
      • nextLink

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

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