Class 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.
  • Constructor Details

    • ReplaceRecipesResponse

      public ReplaceRecipesResponse()
  • Method Details

    • getAttachedRecipes

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

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

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object