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-08-27T10:36:27.657-07:00")
public class CreateResourceTemplateRequest
extends Object
Request object for the createResourceTemplate method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for description.Getter for entityType.getId()
Deprecated.getName()
Getter for name.Getter for resources.int
hashCode()
void
setDescription
(String description) Setter for description.void
setEntityType
(String entityType) Setter for entityType.void
Deprecated.void
Setter for name.void
setResources
(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
-