Class PrivateEndpointConnectionListResponse
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.PrivateEndpointConnectionListResponse
-
public final class PrivateEndpointConnectionListResponse extends Object
A list of linked service resources.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpointConnectionListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.void
validate()
Validates the instance.List<PrivateEndpointConnectionResourceInner>
value()
Get the value property: List of Private Endpoint Connections.PrivateEndpointConnectionListResponse
withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.PrivateEndpointConnectionListResponse
withValue(List<PrivateEndpointConnectionResourceInner> value)
Set the value property: List of Private Endpoint Connections.
-
-
-
Method Detail
-
value
public List<PrivateEndpointConnectionResourceInner> value()
Get the value property: List of Private Endpoint Connections.- Returns:
- the value value.
-
withValue
public PrivateEndpointConnectionListResponse withValue(List<PrivateEndpointConnectionResourceInner> value)
Set the value property: List of Private Endpoint Connections.- Parameters:
value
- the value value to set.- Returns:
- the PrivateEndpointConnectionListResponse object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.- Returns:
- the nextLink value.
-
withNextLink
public PrivateEndpointConnectionListResponse withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the PrivateEndpointConnectionListResponse object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-