Class AttachFreeIpaRecipesRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class AttachFreeIpaRecipesRequest
    extends Object
    Request object for attaching recipes to FreeIPA.
    • Constructor Detail

      • AttachFreeIpaRecipesRequest

        public AttachFreeIpaRecipesRequest()
    • Method Detail

      • getEnvironment

        public String getEnvironment()
        Getter for environment. The environment name or CRN of the FreeIPA.
      • setEnvironment

        public void setEnvironment​(String environment)
        Setter for environment. The environment name or CRN of the FreeIPA.
      • getRecipes

        public List<String> getRecipes()
        Getter for recipes. The list of recipes to attach.
      • setRecipes

        public void setRecipes​(List<String> recipes)
        Setter for recipes. The list of recipes to attach.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object