Class ServiceEndpointPolicyListResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ServiceEndpointPolicyListResult
-
public final class ServiceEndpointPolicyListResult extends Object
Response for ListServiceEndpointPolicies API service call.
-
-
Constructor Summary
Constructors Constructor Description ServiceEndpointPolicyListResult()
-
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<ServiceEndpointPolicyInner>value()Get the value property: A list of ServiceEndpointPolicy resources.ServiceEndpointPolicyListResultwithValue(List<ServiceEndpointPolicyInner> value)Set the value property: A list of ServiceEndpointPolicy resources.
-
-
-
Method Detail
-
value
public List<ServiceEndpointPolicyInner> value()
Get the value property: A list of ServiceEndpointPolicy resources.- Returns:
- the value value.
-
withValue
public ServiceEndpointPolicyListResult withValue(List<ServiceEndpointPolicyInner> value)
Set the value property: A list of ServiceEndpointPolicy resources.- Parameters:
value- the value value to set.- Returns:
- the ServiceEndpointPolicyListResult 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.
-
-