ApplicationGatewayAvailableWafRuleSetsResultInner Class

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

Implements

public final class ApplicationGatewayAvailableWafRuleSetsResultInner
implements JsonSerializable<ApplicationGatewayAvailableWafRuleSetsResultInner>

Response for ApplicationGatewayAvailableWafRuleSets API service call.

Constructor Summary

Constructor Description
ApplicationGatewayAvailableWafRuleSetsResultInner()

Creates an instance of ApplicationGatewayAvailableWafRuleSetsResultInner class.

Method Summary

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

Reads an instance of ApplicationGatewayAvailableWafRuleSetsResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ApplicationGatewayFirewallRuleSet> value()

Get the value property: The list of application gateway rule sets.

ApplicationGatewayAvailableWafRuleSetsResultInner withValue(List<ApplicationGatewayFirewallRuleSet> value)

Set the value property: The list of application gateway rule sets.

Methods inherited from java.lang.Object

Constructor Details

ApplicationGatewayAvailableWafRuleSetsResultInner

public ApplicationGatewayAvailableWafRuleSetsResultInner()

Creates an instance of ApplicationGatewayAvailableWafRuleSetsResultInner class.

Method Details

fromJson

public static ApplicationGatewayAvailableWafRuleSetsResultInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayAvailableWafRuleSetsResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationGatewayAvailableWafRuleSetsResultInner 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 ApplicationGatewayAvailableWafRuleSetsResultInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of application gateway rule sets.

Returns:

the value value.

withValue

public ApplicationGatewayAvailableWafRuleSetsResultInner withValue(List value)

Set the value property: The list of application gateway rule sets.

Parameters:

value - the value value to set.

Returns:

the ApplicationGatewayAvailableWafRuleSetsResultInner object itself.

Applies to