public final class AvailabilitySetListResult extends Object
Constructor and Description |
---|
AvailabilitySetListResult() |
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink property: The URI to fetch the next page of AvailabilitySets.
|
void |
validate()
Validates the instance.
|
List<AvailabilitySetInner> |
value()
Get the value property: The list of availability sets.
|
AvailabilitySetListResult |
withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of AvailabilitySets.
|
AvailabilitySetListResult |
withValue(List<AvailabilitySetInner> value)
Set the value property: The list of availability sets.
|
public List<AvailabilitySetInner> value()
public AvailabilitySetListResult withValue(List<AvailabilitySetInner> value)
value
- the value value to set.public String nextLink()
public AvailabilitySetListResult withNextLink(String nextLink)
nextLink
- the nextLink value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.