Package com.cloudera.cdp.dw.model
Class UpgradeVwRequest
java.lang.Object
com.cloudera.cdp.dw.model.UpgradeVwRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class UpgradeVwRequest
extends Object
Request object for the upgradeVw method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterId.getDbcId()
Getter for dbcId.Getter for imageVersion.getVwId()
Getter for vwId.int
hashCode()
void
setClusterId
(String clusterId) Setter for clusterId.void
Setter for dbcId.void
setImageVersion
(String imageVersion) Setter for imageVersion.void
Setter for vwId.toString()
-
Constructor Details
-
UpgradeVwRequest
public UpgradeVwRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. The ID of the Virtual Warehouse's cluster. -
setClusterId
Setter for clusterId. The ID of the Virtual Warehouse's cluster. -
getVwId
Getter for vwId. The ID of the Virtual Warehouse. -
setVwId
Setter for vwId. The ID of the Virtual Warehouse. -
getDbcId
Getter for dbcId. The ID of Database Catalog that the Virtual Warehouse is attached to. -
setDbcId
Setter for dbcId. The ID of Database Catalog that the Virtual Warehouse is attached to. -
getImageVersion
Getter for imageVersion. The version to which the Virtual Warehouse should be upgraded. -
setImageVersion
Setter for imageVersion. The version to which the Virtual Warehouse should be upgraded. -
equals
-
hashCode
public int hashCode() -
toString
-