Class CreateVwResponse


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

      • CreateVwResponse

        public CreateVwResponse()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object