Class CloudServiceListResult


  • public final class CloudServiceListResult
    extends Object
    The CloudServiceListResult model.
    • Constructor Detail

      • CloudServiceListResult

        public CloudServiceListResult()
    • Method Detail

      • value

        public List<CloudServiceInner> value()
        Get the value property: The value property.
        Returns:
        the value value.
      • withValue

        public CloudServiceListResult withValue​(List<CloudServiceInner> value)
        Set the value property: The value property.
        Parameters:
        value - the value value to set.
        Returns:
        the CloudServiceListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The nextLink property.
        Returns:
        the nextLink value.
      • withNextLink

        public CloudServiceListResult withNextLink​(String nextLink)
        Set the nextLink property: The nextLink property.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the CloudServiceListResult object itself.
      • validate

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