Class Name
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.Name
-
public final class Name extends Object
ARM Usage Name.
-
-
Constructor Summary
Constructors Constructor Description Name()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlocalizedValue()Get the localizedValue property: Usage name localized value.voidvalidate()Validates the instance.Stringvalue()Get the value property: Usage name value.NamewithLocalizedValue(String localizedValue)Set the localizedValue property: Usage name localized value.NamewithValue(String value)Set the value property: Usage name value.
-
-
-
Method Detail
-
value
public String value()
Get the value property: Usage name value.- Returns:
- the value value.
-
withValue
public Name withValue(String value)
Set the value property: Usage name value.- Parameters:
value- the value value to set.- Returns:
- the Name object itself.
-
localizedValue
public String localizedValue()
Get the localizedValue property: Usage name localized value.- Returns:
- the localizedValue value.
-
withLocalizedValue
public Name withLocalizedValue(String localizedValue)
Set the localizedValue property: Usage name localized value.- Parameters:
localizedValue- the localizedValue value to set.- Returns:
- the Name object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-