Class CreateClusterTemplateRequest

java.lang.Object
com.cloudera.cdp.datahub.model.CreateClusterTemplateRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class CreateClusterTemplateRequest extends Object
Request object for create cluster template request.
  • Constructor Details

    • CreateClusterTemplateRequest

      public CreateClusterTemplateRequest()
  • Method Details

    • getClusterTemplateName

      public String getClusterTemplateName()
      Getter for clusterTemplateName. The name of the cluster template. This name must be unique, must have between 5 and 100 characters, and must contain only lowercase letters, numbers and hyphens. Names are case-sensitive.
    • setClusterTemplateName

      public void setClusterTemplateName(String clusterTemplateName)
      Setter for clusterTemplateName. The name of the cluster template. This name must be unique, must have between 5 and 100 characters, and must contain only lowercase letters, numbers and hyphens. Names are case-sensitive.
    • getClusterTemplateContent

      public String getClusterTemplateContent()
      Getter for clusterTemplateContent. The cluster template content.
    • setClusterTemplateContent

      public void setClusterTemplateContent(String clusterTemplateContent)
      Setter for clusterTemplateContent. The cluster template content.
    • getDescription

      public String getDescription()
      Getter for description. The description of the cluster template. The description can have a maximum of 1000 characters.
    • setDescription

      public void setDescription(String description)
      Setter for description. The description of the cluster template. The description can have a maximum of 1000 characters.
    • getTags

      public List<DatahubResourceTagRequest> getTags()
      Getter for tags. Tags to be added to the cluster template.
    • setTags

      public void setTags(List<DatahubResourceTagRequest> tags)
      Setter for tags. Tags to be added to the cluster 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