Class ServiceAssociationLinksListResultInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner
Response for ServiceAssociationLinks_List operation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ServiceAssociationLinksListResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.value()Get the value property: The service association links in a subnet.withValue(List<ServiceAssociationLink> value) Set the value property: The service association links in a subnet.
-
Constructor Details
-
ServiceAssociationLinksListResultInner
public ServiceAssociationLinksListResultInner()Creates an instance of ServiceAssociationLinksListResultInner class.
-
-
Method Details
-
value
Get the value property: The service association links in a subnet.- Returns:
- the value value.
-
withValue
Set the value property: The service association links in a subnet.- Parameters:
value- the value value to set.- Returns:
- the ServiceAssociationLinksListResultInner object itself.
-
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.
-