public class CheckNameAvailabilityRequest extends Object
| Constructor and Description |
|---|
CheckNameAvailabilityRequest()
Creates an instance of CheckNameAvailabilityRequest class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name value.
|
String |
type()
Get the type value.
|
CheckNameAvailabilityRequest |
withName(String name)
Set the name value.
|
CheckNameAvailabilityRequest |
withType(String type)
Set the type value.
|
public CheckNameAvailabilityRequest()
public String name()
public CheckNameAvailabilityRequest withName(String name)
name - the name value to setpublic String type()
public CheckNameAvailabilityRequest withType(String type)
type - the type value to setCopyright © 2019. All rights reserved.