Class HybridConnectionListResult
java.lang.Object
com.azure.resourcemanager.relay.models.HybridConnectionListResult
The response of the list hybrid connection operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: Link to the next set of results.void
validate()
Validates the instance.value()
Get the value property: Result of the list hybrid connections.withNextLink
(String nextLink) Set the nextLink property: Link to the next set of results.withValue
(List<HybridConnectionInner> value) Set the value property: Result of the list hybrid connections.
-
Constructor Details
-
HybridConnectionListResult
public HybridConnectionListResult()
-
-
Method Details
-
value
Get the value property: Result of the list hybrid connections.- Returns:
- the value value.
-
withValue
Set the value property: Result of the list hybrid connections.- Parameters:
value
- the value value to set.- Returns:
- the HybridConnectionListResult object itself.
-
nextLink
Get the nextLink property: Link to the next set of results. Not empty if value contains incomplete list hybrid connection operation.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: Link to the next set of results. Not empty if value contains incomplete list hybrid connection operation.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the HybridConnectionListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-