Class AvailableServiceAliasesResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.AvailableServiceAliasesResult
-
public final class AvailableServiceAliasesResult extends Object
An array of available service aliases.
-
-
Constructor Summary
Constructors Constructor Description AvailableServiceAliasesResult()
-
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<AvailableServiceAliasInner>value()Get the value property: An array of available service aliases.AvailableServiceAliasesResultwithValue(List<AvailableServiceAliasInner> value)Set the value property: An array of available service aliases.
-
-
-
Method Detail
-
value
public List<AvailableServiceAliasInner> value()
Get the value property: An array of available service aliases.- Returns:
- the value value.
-
withValue
public AvailableServiceAliasesResult withValue(List<AvailableServiceAliasInner> value)
Set the value property: An array of available service aliases.- Parameters:
value- the value value to set.- Returns:
- the AvailableServiceAliasesResult 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.
-
-