Class FlowLogListResult


  • public final class FlowLogListResult
    extends Object
    List of flow logs.
    • Constructor Detail

      • FlowLogListResult

        public FlowLogListResult()
    • Method Detail

      • value

        public List<FlowLogInner> value()
        Get the value property: Information about flow log resource.
        Returns:
        the value value.
      • withValue

        public FlowLogListResult withValue​(List<FlowLogInner> value)
        Set the value property: Information about flow log resource.
        Parameters:
        value - the value value to set.
        Returns:
        the FlowLogListResult object itself.
      • nextLink

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

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