Class SuspendVwRequest

java.lang.Object
com.cloudera.cdp.dw.model.SuspendVwRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class SuspendVwRequest extends Object
The request object for the suspendVw method.
  • Constructor Details

    • SuspendVwRequest

      public SuspendVwRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object