Class CreateCustomCatalogRequest
- java.lang.Object
-
- com.cloudera.cdp.imagecatalog.model.CreateCustomCatalogRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-06-01T14:27:23.047-07:00") public class CreateCustomCatalogRequest extends Object
The request object to create a custom image catalog.
-
-
Constructor Summary
Constructors Constructor Description CreateCustomCatalogRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCatalogName()
Getter for catalogName.String
getDescription()
Getter for description.int
hashCode()
void
setCatalogName(String catalogName)
Setter for catalogName.void
setDescription(String description)
Setter for description.String
toString()
-
-
-
Method Detail
-
getCatalogName
public String getCatalogName()
Getter for catalogName. Image catalog name
-
setCatalogName
public void setCatalogName(String catalogName)
Setter for catalogName. Image catalog name
-
getDescription
public String getDescription()
Getter for description. Image catalog description
-
setDescription
public void setDescription(String description)
Setter for description. Image catalog description
-
-