Class CreateVwResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:33.811-07:00") public class CreateVwResponse extends CdpResponse
Response object for the createVw method.
  • Constructor Details Link icon

    • CreateVwResponse Link icon

      public CreateVwResponse()
  • Method Details Link icon

    • getVwId Link icon

      public String getVwId()
      Getter for vwId. ID of the new Virtual Warehouse.
    • setVwId Link icon

      public void setVwId(String vwId)
      Setter for vwId. ID of the new Virtual Warehouse.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object