Class CreateVwResponse


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

    • CreateVwResponse

      public CreateVwResponse()
  • Method Details

    • getVwId

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

      public void setVwId(String vwId)
      Setter for vwId. ID of the new Virtual Warehouse.
    • 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