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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for environment.getTags()
Getter for tags.int
hashCode()
void
setEnvironment
(String environment) Setter for environment.void
Setter 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
-