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