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