Class AttachFreeIpaRecipesRequest

java.lang.Object
com.cloudera.cdp.environments.model.AttachFreeIpaRecipesRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class AttachFreeIpaRecipesRequest extends Object
Request object for attaching recipes to FreeIPA.
  • Constructor Details

    • AttachFreeIpaRecipesRequest

      public AttachFreeIpaRecipesRequest()
  • Method Details

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