Class ReplaceRecipesResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class ReplaceRecipesResponse
    extends CdpResponse
    The response for replacing recipes.
    • Constructor Detail

      • ReplaceRecipesResponse

        public ReplaceRecipesResponse()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object