Class ServiceAssociationLinksListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner
-
public final class ServiceAssociationLinksListResultInner extends Object
Response for ServiceAssociationLinks_List operation.
-
-
Constructor Summary
Constructors Constructor Description ServiceAssociationLinksListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<ServiceAssociationLink>value()Get the value property: The service association links in a subnet.ServiceAssociationLinksListResultInnerwithValue(List<ServiceAssociationLink> value)Set the value property: The service association links in a subnet.
-
-
-
Method Detail
-
value
public List<ServiceAssociationLink> value()
Get the value property: The service association links in a subnet.- Returns:
- the value value.
-
withValue
public ServiceAssociationLinksListResultInner withValue(List<ServiceAssociationLink> value)
Set the value property: The service association links in a subnet.- Parameters:
value- the value value to set.- Returns:
- the ServiceAssociationLinksListResultInner object itself.
-
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.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-