Class CreateResourceTemplateRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:16.327-07:00") public class CreateResourceTemplateRequest extends Object
Request object for the createResourceTemplate method.
  • Constructor Details

    • CreateResourceTemplateRequest

      public CreateResourceTemplateRequest()
  • Method Details

    • getId

      public String getId()
      Getter for id. ID of the template.
    • setId

      public void setId(String id)
      Setter for id. ID of the template.
    • getName

      public String getName()
      Getter for name. Name of the template.
    • setName

      public void setName(String name)
      Setter for name. Name of the template.
    • getDescription

      public String getDescription()
      Getter for description. Description of the template.
    • setDescription

      public void setDescription(String description)
      Setter for description. Description of the template.
    • getEntityType

      public String getEntityType()
      Getter for entityType. Entity type for which the template will be created. (Possible values: impala, hive, trino, hue, dbc, viz).
    • setEntityType

      public void setEntityType(String entityType)
      Setter for entityType. Entity type for which the template will be created. (Possible values: impala, hive, trino, hue, dbc, viz).
    • getResources

      public Map<String,CreateApplicationResources> getResources()
      Getter for resources. The resource values of the template.
    • setResources

      public void setResources(Map<String,CreateApplicationResources> resources)
      Setter for resources. The resource values of the template.
    • 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