Class CloudListResult


  • public final class CloudListResult
    extends Object
    List of Clouds.
    • Constructor Detail

      • CloudListResult

        public CloudListResult()
    • Method Detail

      • value

        public List<CloudInner> value()
        Get the value property: List of Clouds.
        Returns:
        the value value.
      • withValue

        public CloudListResult withValue​(List<CloudInner> value)
        Set the value property: List of Clouds.
        Parameters:
        value - the value value to set.
        Returns:
        the CloudListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: Url to follow for getting next page of resources.
        Returns:
        the nextLink value.
      • withNextLink

        public CloudListResult withNextLink​(String nextLink)
        Set the nextLink property: Url to follow for getting next page of resources.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the CloudListResult object itself.
      • validate

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