Class PremiumMessagingRegionsListResult
- java.lang.Object
-
- com.azure.resourcemanager.servicebus.models.PremiumMessagingRegionsListResult
-
public final class PremiumMessagingRegionsListResult extends Object
The response of the List PremiumMessagingRegions operation.
-
-
Constructor Summary
Constructors Constructor Description PremiumMessagingRegionsListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Link to the next set of results.voidvalidate()Validates the instance.List<PremiumMessagingRegionInner>value()Get the value property: Result of the List PremiumMessagingRegions type.PremiumMessagingRegionsListResultwithValue(List<PremiumMessagingRegionInner> value)Set the value property: Result of the List PremiumMessagingRegions type.
-
-
-
Method Detail
-
value
public List<PremiumMessagingRegionInner> value()
Get the value property: Result of the List PremiumMessagingRegions type.- Returns:
- the value value.
-
withValue
public PremiumMessagingRegionsListResult withValue(List<PremiumMessagingRegionInner> value)
Set the value property: Result of the List PremiumMessagingRegions type.- Parameters:
value- the value value to set.- Returns:
- the PremiumMessagingRegionsListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of PremiumMessagingRegions.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-