public final class DedicatedHostListResult extends Object
Constructor and Description |
---|
DedicatedHostListResult() |
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink property: The URI to fetch the next page of dedicated hosts.
|
void |
validate()
Validates the instance.
|
List<DedicatedHostInner> |
value()
Get the value property: The list of dedicated hosts.
|
DedicatedHostListResult |
withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of dedicated hosts.
|
DedicatedHostListResult |
withValue(List<DedicatedHostInner> value)
Set the value property: The list of dedicated hosts.
|
public List<DedicatedHostInner> value()
public DedicatedHostListResult withValue(List<DedicatedHostInner> value)
value
- the value value to set.public String nextLink()
public DedicatedHostListResult 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.