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 Summary
Constructors Constructor Description SignaturesOverridesListInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<SignaturesOverridesInner>value()Get the value property: Describes a list consisting exactly one item describing the policy's signature override status.SignaturesOverridesListInnerwithValue(List<SignaturesOverridesInner> value)Set the value property: Describes a list consisting exactly one item describing the policy's signature override status.
-
-
-
Method Detail
-
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
public SignaturesOverridesListInner withValue(List<SignaturesOverridesInner> value)
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.
-
-