ServiceAssociationLinksListResultInner Class

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

Implements

public final class ServiceAssociationLinksListResultInner
implements JsonSerializable<ServiceAssociationLinksListResultInner>

Response for ServiceAssociationLinks_List operation.

Constructor Summary

Constructor Description
ServiceAssociationLinksListResultInner()

Creates an instance of ServiceAssociationLinksListResultInner class.

Method Summary

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

Reads an instance of ServiceAssociationLinksListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: The URL to get the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ServiceAssociationLink> value()

Get the value property: The service association links in a subnet.

ServiceAssociationLinksListResultInner withValue(List<ServiceAssociationLink> value)

Set the value property: The service association links in a subnet.

Methods inherited from java.lang.Object

Constructor Details

ServiceAssociationLinksListResultInner

public ServiceAssociationLinksListResultInner()

Creates an instance of ServiceAssociationLinksListResultInner class.

Method Details

fromJson

public static ServiceAssociationLinksListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ServiceAssociationLinksListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

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 service association links in a subnet.

Returns:

the value value.

withValue

public ServiceAssociationLinksListResultInner withValue(List value)

Set the value property: The service association links in a subnet.

Parameters:

value - the value value to set.

Returns:

the ServiceAssociationLinksListResultInner object itself.

Applies to