SignaturesOverridesListInner Class

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

Implements

public final class SignaturesOverridesListInner
implements JsonSerializable<SignaturesOverridesListInner>

Describes an object containing an array with a single item.

Constructor Summary

Constructor Description
SignaturesOverridesListInner()

Creates an instance of SignaturesOverridesListInner class.

Method Summary

Modifier and Type Method and Description
static SignaturesOverridesListInner fromJson(JsonReader jsonReader)

Reads an instance of SignaturesOverridesListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SignaturesOverridesInner> value()

Get the value property: Describes a list consisting exactly one item describing the policy's signature override status.

SignaturesOverridesListInner withValue(List<SignaturesOverridesInner> value)

Set the value property: Describes a list consisting exactly one item describing the policy's signature override status.

Methods inherited from java.lang.Object

Constructor Details

SignaturesOverridesListInner

public SignaturesOverridesListInner()

Creates an instance of SignaturesOverridesListInner class.

Method Details

fromJson

public static SignaturesOverridesListInner fromJson(JsonReader jsonReader)

Reads an instance of SignaturesOverridesListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SignaturesOverridesListInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SignaturesOverridesListInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List 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 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.

Applies to