CheckNameAvailabilityResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. CheckNameAvailabilityResponseInner
- com.
Implements
public final class CheckNameAvailabilityResponseInner
implements JsonSerializable<CheckNameAvailabilityResponseInner>
Check name availability response A response saying whether the workspace name is available.
Constructor Summary
| Constructor | Description |
|---|---|
| CheckNameAvailabilityResponseInner() |
Creates an instance of Check |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
available()
Get the available property: Whether the workspace name is available. |
|
static
Check |
fromJson(JsonReader jsonReader)
Reads an instance of Check |
| String |
message()
Get the message property: Validation message. |
| String |
name()
Get the name property: Workspace name. |
| String |
reason()
Get the reason property: Reason the workspace name is or is not available. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Check |
withAvailable(Boolean available)
Set the available property: Whether the workspace name is available. |
|
Check |
withMessage(String message)
Set the message property: Validation message. |
|
Check |
withName(String name)
Set the name property: Workspace name. |
|
Check |
withReason(String reason)
Set the reason property: Reason the workspace name is or is not available. |
Methods inherited from java.lang.Object
Constructor Details
CheckNameAvailabilityResponseInner
public CheckNameAvailabilityResponseInner()
Creates an instance of CheckNameAvailabilityResponseInner class.
Method Details
available
public Boolean available()
Get the available property: Whether the workspace name is available.
Returns:
fromJson
public static CheckNameAvailabilityResponseInner fromJson(JsonReader jsonReader)
Reads an instance of CheckNameAvailabilityResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Validation message.
Returns:
name
public String name()
Get the name property: Workspace name.
Returns:
reason
public String reason()
Get the reason property: Reason the workspace name is or is not available.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAvailable
public CheckNameAvailabilityResponseInner withAvailable(Boolean available)
Set the available property: Whether the workspace name is available.
Parameters:
Returns:
withMessage
public CheckNameAvailabilityResponseInner withMessage(String message)
Set the message property: Validation message.
Parameters:
Returns:
withName
public CheckNameAvailabilityResponseInner withName(String name)
Set the name property: Workspace name.
Parameters:
Returns:
withReason
public CheckNameAvailabilityResponseInner withReason(String reason)
Set the reason property: Reason the workspace name is or is not available.
Parameters:
Returns: