Class IpGroupListResult


  • public final class IpGroupListResult
    extends Object
    Response for the ListIpGroups API service call.
    • Constructor Detail

      • IpGroupListResult

        public IpGroupListResult()
    • Method Detail

      • value

        public List<IpGroupInner> value()
        Get the value property: The list of IpGroups information resources.
        Returns:
        the value value.
      • withValue

        public IpGroupListResult withValue​(List<IpGroupInner> value)
        Set the value property: The list of IpGroups information resources.
        Parameters:
        value - the value value to set.
        Returns:
        the IpGroupListResult object itself.
      • nextLink

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

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

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