Class CheckResourceNameResultInner
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluent.models.CheckResourceNameResultInner
-
public final class CheckResourceNameResultInner extends Object
Resource Name valid if not a reserved word, does not contain a reserved word and does not start with a reserved word.
-
-
Constructor Summary
Constructors Constructor Description CheckResourceNameResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: Name of Resource.ResourceNameStatusstatus()Get the status property: Is the resource name Allowed or Reserved.Stringtype()Get the type property: Type of Resource.voidvalidate()Validates the instance.CheckResourceNameResultInnerwithName(String name)Set the name property: Name of Resource.CheckResourceNameResultInnerwithStatus(ResourceNameStatus status)Set the status property: Is the resource name Allowed or Reserved.CheckResourceNameResultInnerwithType(String type)Set the type property: Type of Resource.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name of Resource.- Returns:
- the name value.
-
withName
public CheckResourceNameResultInner withName(String name)
Set the name property: Name of Resource.- Parameters:
name- the name value to set.- Returns:
- the CheckResourceNameResultInner object itself.
-
type
public String type()
Get the type property: Type of Resource.- Returns:
- the type value.
-
withType
public CheckResourceNameResultInner withType(String type)
Set the type property: Type of Resource.- Parameters:
type- the type value to set.- Returns:
- the CheckResourceNameResultInner object itself.
-
status
public ResourceNameStatus status()
Get the status property: Is the resource name Allowed or Reserved.- Returns:
- the status value.
-
withStatus
public CheckResourceNameResultInner withStatus(ResourceNameStatus status)
Set the status property: Is the resource name Allowed or Reserved.- Parameters:
status- the status value to set.- Returns:
- the CheckResourceNameResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-