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