Class ReplaceRecipesResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:32.339-07:00") public class ReplaceRecipesResponse extends CdpResponse
The response for replacing recipes.
  • Constructor Details Link icon

    • ReplaceRecipesResponse Link icon

      public ReplaceRecipesResponse()
  • Method Details Link icon

    • getAttachedRecipes Link icon

      public List<InstanceGroupRecipeResponse> getAttachedRecipes()
      Getter for attachedRecipes. The list of recipes, which will be attached to the cluster.
    • setAttachedRecipes Link icon

      public void setAttachedRecipes(List<InstanceGroupRecipeResponse> attachedRecipes)
      Setter for attachedRecipes. The list of recipes, which will be attached to the cluster.
    • getDetachedRecipes Link icon

      public List<InstanceGroupRecipeResponse> getDetachedRecipes()
      Getter for detachedRecipes. The list of recipes, which will be detached from the cluster.
    • setDetachedRecipes Link icon

      public void setDetachedRecipes(List<InstanceGroupRecipeResponse> detachedRecipes)
      Setter for detachedRecipes. The list of recipes, which will be detached from the cluster.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object