Class PerformanceTierListResult
- java.lang.Object
-
- com.azure.resourcemanager.mysql.models.PerformanceTierListResult
-
public final class PerformanceTierListResult extends Object
A list of performance tiers.
-
-
Constructor Summary
Constructors Constructor Description PerformanceTierListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<PerformanceTierPropertiesInner>value()Get the value property: The list of performance tiers.PerformanceTierListResultwithValue(List<PerformanceTierPropertiesInner> value)Set the value property: The list of performance tiers.
-
-
-
Method Detail
-
value
public List<PerformanceTierPropertiesInner> value()
Get the value property: The list of performance tiers.- Returns:
- the value value.
-
withValue
public PerformanceTierListResult withValue(List<PerformanceTierPropertiesInner> value)
Set the value property: The list of performance tiers.- Parameters:
value- the value value to set.- Returns:
- the PerformanceTierListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-