Class DedicatedHsmListResult
- java.lang.Object
-
- com.azure.resourcemanager.hardwaresecuritymodules.models.DedicatedHsmListResult
-
public final class DedicatedHsmListResult extends Object
List of dedicated HSMs.
-
-
Constructor Summary
Constructors Constructor Description DedicatedHsmListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of dedicated hsms.voidvalidate()Validates the instance.List<DedicatedHsmInner>value()Get the value property: The list of dedicated HSMs.DedicatedHsmListResultwithNextLink(String nextLink)Set the nextLink property: The URL to get the next set of dedicated hsms.DedicatedHsmListResultwithValue(List<DedicatedHsmInner> value)Set the value property: The list of dedicated HSMs.
-
-
-
Method Detail
-
value
public List<DedicatedHsmInner> value()
Get the value property: The list of dedicated HSMs.- Returns:
- the value value.
-
withValue
public DedicatedHsmListResult withValue(List<DedicatedHsmInner> value)
Set the value property: The list of dedicated HSMs.- Parameters:
value- the value value to set.- Returns:
- the DedicatedHsmListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of dedicated hsms.- Returns:
- the nextLink value.
-
withNextLink
public DedicatedHsmListResult withNextLink(String nextLink)
Set the nextLink property: The URL to get the next set of dedicated hsms.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the DedicatedHsmListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-