Package com.cloudera.cdp.datahub.model
Class CreateRecipeRequest
java.lang.Object
com.cloudera.cdp.datahub.model.CreateRecipeRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class CreateRecipeRequest
extends Object
Request object for create recipe request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for description.Getter for recipeContent.Getter for recipeName.getType()Getter for type.inthashCode()voidsetDescription(String description) Setter for description.voidsetRecipeContent(String recipeContent) Setter for recipeContent.voidsetRecipeName(String recipeName) Setter for recipeName.voidSetter for type.toString()
-
Constructor Details
-
CreateRecipeRequest
public CreateRecipeRequest()
-
-
Method Details
-
getRecipeName
Getter for recipeName. The name of the recipe. 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. -
setRecipeName
Setter for recipeName. The name of the recipe. 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. -
getRecipeContent
Getter for recipeContent. The content of the recipe. -
setRecipeContent
Setter for recipeContent. The content of the recipe. -
getType
Getter for type. The type of recipe. Supported values are : PRE_SERVICE_DEPLOYMENT, PRE_TERMINATION, POST_SERVICE_DEPLOYMENT, POST_CLOUDERA_MANAGER_START. -
setType
Setter for type. The type of recipe. Supported values are : PRE_SERVICE_DEPLOYMENT, PRE_TERMINATION, POST_SERVICE_DEPLOYMENT, POST_CLOUDERA_MANAGER_START. -
getDescription
Getter for description. The description of the recipe. The description can have a maximum of 1000 characters. -
setDescription
Setter for description. The description of the recipe. The description can have a maximum of 1000 characters. -
equals
-
hashCode
public int hashCode() -
toString
-