Class SignaturesOverridesListInner

java.lang.Object
com.azure.resourcemanager.network.fluent.models.SignaturesOverridesListInner

public final class SignaturesOverridesListInner extends Object
Describes an object containing an array with a single item.
  • Constructor Details

    • SignaturesOverridesListInner

      public SignaturesOverridesListInner()
      Creates an instance of SignaturesOverridesListInner class.
  • Method Details

    • value

      public List<SignaturesOverridesInner> value()
      Get the value property: Describes a list consisting exactly one item describing the policy's signature override status.
      Returns:
      the value value.
    • withValue

      Set the value property: Describes a list consisting exactly one item describing the policy's signature override status.
      Parameters:
      value - the value value to set.
      Returns:
      the SignaturesOverridesListInner object itself.
    • validate

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