Class SuspendVwRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class SuspendVwRequest
    extends Object
    The request object for the suspendVw method.
    • Constructor Detail

      • SuspendVwRequest

        public SuspendVwRequest()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object