Class RestorableDroppedDatabaseListResult
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.RestorableDroppedDatabaseListResult
-
public final class RestorableDroppedDatabaseListResult extends Object
The response to a list restorable dropped databases request.
-
-
Constructor Summary
Constructors Constructor Description RestorableDroppedDatabaseListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<RestorableDroppedDatabaseInner>value()Get the value property: A list of restorable dropped databases.RestorableDroppedDatabaseListResultwithValue(List<RestorableDroppedDatabaseInner> value)Set the value property: A list of restorable dropped databases.
-
-
-
Method Detail
-
value
public List<RestorableDroppedDatabaseInner> value()
Get the value property: A list of restorable dropped databases.- Returns:
- the value value.
-
withValue
public RestorableDroppedDatabaseListResult withValue(List<RestorableDroppedDatabaseInner> value)
Set the value property: A list of restorable dropped databases.- Parameters:
value- the value value to set.- Returns:
- the RestorableDroppedDatabaseListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-