Class WcfRelaysListResult
java.lang.Object
com.azure.resourcemanager.relay.models.WcfRelaysListResult
The response of the list WCF relay 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 WCF relay operation.withNextLink
(String nextLink) Set the nextLink property: Link to the next set of results.withValue
(List<WcfRelayInner> value) Set the value property: Result of the list WCF relay operation.
-
Constructor Details
-
WcfRelaysListResult
public WcfRelaysListResult()
-
-
Method Details
-
value
Get the value property: Result of the list WCF relay operation.- Returns:
- the value value.
-
withValue
Set the value property: Result of the list WCF relay operation.- Parameters:
value
- the value value to set.- Returns:
- the WcfRelaysListResult object itself.
-
nextLink
Get the nextLink property: Link to the next set of results. Not empty if value contains incomplete list of WCF relays.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: Link to the next set of results. Not empty if value contains incomplete list of WCF relays.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the WcfRelaysListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-