Class RecordSetListResult
java.lang.Object
com.azure.resourcemanager.privatedns.models.RecordSetListResult
The response to a record set list operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The continuation token for the next page of results.voidvalidate()Validates the instance.value()Get the value property: Information about the record sets in the response.withValue(List<RecordSetInner> value) Set the value property: Information about the record sets in the response.
-
Constructor Details
-
RecordSetListResult
public RecordSetListResult()Creates an instance of RecordSetListResult class.
-
-
Method Details
-
value
Get the value property: Information about the record sets in the response.- Returns:
- the value value.
-
withValue
Set the value property: Information about the record sets in the response.- Parameters:
value- the value value to set.- Returns:
- the RecordSetListResult object itself.
-
nextLink
Get the nextLink property: The continuation token for the next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-