Package com.cloudera.cdp.dw.model
Class CreateResourceTemplateRequest
java.lang.Object
com.cloudera.cdp.dw.model.CreateResourceTemplateRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:26.728-07:00")
public class CreateResourceTemplateRequest
extends Object
Request object for the createResourceTemplate method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for description.Getter for entityType.getId()Deprecated.getName()Getter for name.Getter for resources.inthashCode()voidsetDescription(String description) Setter for description.voidsetEntityType(String entityType) Setter for entityType.voidDeprecated.voidSetter for name.voidsetResources(Map<String, CreateApplicationResources> resources) Setter for resources.toString()
-
Constructor Details
-
CreateResourceTemplateRequest
public CreateResourceTemplateRequest()
-
-
Method Details
-
getId
Deprecated.Getter for id. DEPRECATED: ID of the template. This field is unused and always empty. Subject of removal. -
setId
Deprecated.Setter for id. DEPRECATED: ID of the template. This field is unused and always empty. Subject of removal. -
getName
Getter for name. Name of the template. -
setName
Setter for name. Name of the template. -
getDescription
Getter for description. Description of the template. -
setDescription
Setter for description. Description of the template. -
getEntityType
Getter for entityType. Entity type for which the template will be created. (Possible values: impala, hive, trino, hue, dbc, viz). -
setEntityType
Setter for entityType. Entity type for which the template will be created. (Possible values: impala, hive, trino, hue, dbc, viz). -
getResources
Getter for resources. The resource values of the template. -
setResources
Setter for resources. The resource values of the template. -
equals
-
hashCode
public int hashCode() -
toString
-