DedicatedHsmListResult Class
- java.
lang. Object - com.
azure. resourcemanager. hardwaresecuritymodules. models. DedicatedHsmListResult
- com.
Implements
public final class DedicatedHsmListResult
implements JsonSerializable<DedicatedHsmListResult>
List of dedicated HSMs.
Constructor Summary
| Constructor | Description |
|---|---|
| DedicatedHsmListResult() |
Creates an instance of Dedicated |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dedicated |
fromJson(JsonReader jsonReader)
Reads an instance of Dedicated |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Dedicated |
value()
Get the value property: The list of dedicated HSMs. |
|
Dedicated |
withNextLink(String nextLink)
Set the next |
|
Dedicated |
withValue(List<DedicatedHsmInner> value)
Set the value property: The list of dedicated HSMs. |
Methods inherited from java.lang.Object
Constructor Details
DedicatedHsmListResult
public DedicatedHsmListResult()
Creates an instance of DedicatedHsmListResult class.
Method Details
fromJson
public static DedicatedHsmListResult fromJson(JsonReader jsonReader)
Reads an instance of DedicatedHsmListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of dedicated hsms.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DedicatedHsmInner> value()
Get the value property: The list of dedicated HSMs.
Returns:
withNextLink
public DedicatedHsmListResult withNextLink(String nextLink)
Set the nextLink property: The URL to get the next set of dedicated hsms.
Parameters:
Returns:
withValue
public DedicatedHsmListResult withValue(List<DedicatedHsmInner> value)
Set the value property: The list of dedicated HSMs.
Parameters:
Returns: