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