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="2024-09-27T08:40:25.071-07:00")
public class CreateResourceTemplateRequest
extends Object
Request object for the createResourceTemplate method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for description.Getter for entityType.getId()
Getter for id.getName()
Getter for name.Getter for resources.int
hashCode()
void
setDescription
(String description) Setter for description.void
setEntityType
(String entityType) Setter for entityType.void
Setter for id.void
Setter for name.void
setResources
(Map<String, CreateApplicationResources> resources) Setter for resources.toString()
-
Constructor Details
-
CreateResourceTemplateRequest
public CreateResourceTemplateRequest()
-
-
Method Details
-
getId
Getter for id. ID of the template. -
setId
Setter for id. ID of the template. -
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
-