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="2024-09-27T08:40:24.392-07:00")
public class CreateClusterTemplateRequest
extends Object
Request object for create cluster template request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterTemplateContent.Getter for clusterTemplateName.Getter for description.getTags()
Getter for tags.int
hashCode()
void
setClusterTemplateContent
(String clusterTemplateContent) Setter for clusterTemplateContent.void
setClusterTemplateName
(String clusterTemplateName) Setter for clusterTemplateName.void
setDescription
(String description) Setter for description.void
setTags
(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
-