Package com.cloudera.cdp.dw.model
Class SuspendVwRequest
- java.lang.Object
-
- com.cloudera.cdp.dw.model.SuspendVwRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:51.717-07:00") public class SuspendVwRequest extends Object
The request object for the suspendVw method.
-
-
Constructor Summary
Constructors Constructor Description SuspendVwRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterId()
Getter for clusterId.String
getVwId()
Getter for vwId.int
hashCode()
void
setClusterId(String clusterId)
Setter for clusterId.void
setVwId(String vwId)
Setter for vwId.String
toString()
-
-
-
Method Detail
-
getClusterId
public String getClusterId()
Getter for clusterId. The ID of the Virtual Warehouse cluster.
-
setClusterId
public void setClusterId(String clusterId)
Setter for clusterId. The ID of the Virtual Warehouse cluster.
-
getVwId
public String getVwId()
Getter for vwId. The ID of the Virtual Warehouse to suspend.
-
setVwId
public void setVwId(String vwId)
Setter for vwId. The ID of the Virtual Warehouse to suspend.
-
-