Package com.cloudera.cdp.datahub.model
Class CreateClusterTemplateRequest
java.lang.Object
com.cloudera.cdp.datahub.model.CreateClusterTemplateRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class CreateClusterTemplateRequest
extends Object
Request object for create cluster template request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterTemplateContent.Getter for clusterTemplateName.Getter for description.getTags()Getter for tags.inthashCode()voidsetClusterTemplateContent(String clusterTemplateContent) Setter for clusterTemplateContent.voidsetClusterTemplateName(String clusterTemplateName) Setter for clusterTemplateName.voidsetDescription(String description) Setter for description.voidsetTags(List<DatahubResourceTagRequest> tags) Setter for tags.toString()
-
Constructor Details
-
CreateClusterTemplateRequest
public CreateClusterTemplateRequest()
-
-
Method Details
-
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
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
Getter for clusterTemplateContent. The cluster template content. -
setClusterTemplateContent
Setter for clusterTemplateContent. The cluster template content. -
getDescription
Getter for description. The description of the cluster template. The description can have a maximum of 1000 characters. -
setDescription
Setter for description. The description of the cluster template. The description can have a maximum of 1000 characters. -
getTags
Getter for tags. Tags to be added to the cluster template. -
setTags
Setter for tags. Tags to be added to the cluster template. -
equals
-
hashCode
public int hashCode() -
toString
-