Class UpdateTagsRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:35.313-07:00") public class UpdateTagsRequest extends Object
The request object for updating the tags of the given environment.
  • Constructor Details

    • UpdateTagsRequest

      public UpdateTagsRequest()
  • Method Details

    • getEnvironment

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

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

      public Map<String,String> getTags()
      Getter for tags. Map of tag names to values for the environment.
    • setTags

      public void setTags(Map<String,String> tags)
      Setter for tags. Map of tag names to values for the environment.
    • 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