Package com.cloudera.cdp.datahub.model
Class ReplaceRecipesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.ReplaceRecipesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class ReplaceRecipesResponse
extends CdpResponse
The response for replacing recipes.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for attachedRecipes.Getter for detachedRecipes.int
hashCode()
void
setAttachedRecipes
(List<InstanceGroupRecipeResponse> attachedRecipes) Setter for attachedRecipes.void
setDetachedRecipes
(List<InstanceGroupRecipeResponse> detachedRecipes) Setter for detachedRecipes.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ReplaceRecipesResponse
public ReplaceRecipesResponse()
-
-
Method Details
-
getAttachedRecipes
Getter for attachedRecipes. The list of recipes, which will be attached to the cluster. -
setAttachedRecipes
Setter for attachedRecipes. The list of recipes, which will be attached to the cluster. -
getDetachedRecipes
Getter for detachedRecipes. The list of recipes, which will be detached from the cluster. -
setDetachedRecipes
Setter for detachedRecipes. The list of recipes, which will be detached from the cluster. -
equals
-
hashCode
public int hashCode() -
toString
-