Class SignaturesOverridesListInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.SignaturesOverridesListInner
Describes an object containing an array with a single item.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SignaturesOverridesListInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: Describes a list consisting exactly one item describing the policy's signature override status.withValue(List<SignaturesOverridesInner> value) Set the value property: Describes a list consisting exactly one item describing the policy's signature override status.
-
Constructor Details
-
SignaturesOverridesListInner
public SignaturesOverridesListInner()Creates an instance of SignaturesOverridesListInner class.
-
-
Method Details
-
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.
-