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