ServiceAssociationLinksListResultInner Class

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

public final class 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
String nextLink()

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

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

nextLink

public String nextLink()

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

Returns:

the nextLink value.

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