Class PipelineTopologyCollection


  • public final class PipelineTopologyCollection
    extends Object
    A collection of PipelineTopology items.
    • Constructor Detail

      • PipelineTopologyCollection

        public PipelineTopologyCollection()
    • Method Detail

      • value

        public List<PipelineTopologyInner> value()
        Get the value property: A collection of PipelineTopology items.
        Returns:
        the value value.
      • withValue

        public PipelineTopologyCollection withValue​(List<PipelineTopologyInner> value)
        Set the value property: A collection of PipelineTopology items.
        Parameters:
        value - the value value to set.
        Returns:
        the PipelineTopologyCollection object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response).
        Returns:
        the nextLink value.
      • withNextLink

        public PipelineTopologyCollection withNextLink​(String nextLink)
        Set the nextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response).
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the PipelineTopologyCollection object itself.
      • validate

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