Class CreateClusterTemplateRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class CreateClusterTemplateRequest
    extends Object
    Request object for create cluster template request.
    • Constructor Detail

      • CreateClusterTemplateRequest

        public CreateClusterTemplateRequest()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object