Class UpdateTagsRequest
java.lang.Object
com.cloudera.cdp.environments.model.UpdateTagsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-26T08:05:43.397-08:00")
public class UpdateTagsRequest
extends Object
The request object for updating the tags of the given environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for environment.getTags()Getter for tags.inthashCode()voidsetEnvironment(String environment) Setter for environment.voidSetter for tags.toString()
-
Constructor Details
-
UpdateTagsRequest
public UpdateTagsRequest()
-
-
Method Details
-
getEnvironment
Getter for environment. The name or the CRN of the environment. -
setEnvironment
Setter for environment. The name or the CRN of the environment. -
getTags
Getter for tags. Map of tag names to values for the environment. -
setTags
Setter for tags. Map of tag names to values for the environment. -
equals
-
hashCode
public int hashCode() -
toString
-