Class SetCatalogRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class SetCatalogRequest
    extends Object
    The request object to set catalog for a DataHub.
    • Constructor Detail

      • SetCatalogRequest

        public SetCatalogRequest()
    • Method Detail

      • getCluster

        public String getCluster()
        Getter for cluster. The name or CRN of the affected DataHub cluster.
      • setCluster

        public void setCluster​(String cluster)
        Setter for cluster. The name or CRN of the affected DataHub cluster.
      • getCatalogName

        public String getCatalogName()
        Getter for catalogName. The name of the catalog to be used.
      • setCatalogName

        public void setCatalogName​(String catalogName)
        Setter for catalogName. The name of the catalog to be used.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object