Class ResourceTag

java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.ResourceTag

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-07-30T10:22:45.842-07:00") public class ResourceTag extends Object
Tag object which can be passed to add custom tags for the cloud resources.
  • Constructor Details

    • ResourceTag

      public ResourceTag()
  • Method Details

    • getKey

      public String getKey()
      Getter for key. Key value for the tag.
    • setKey

      public void setKey(String key)
      Setter for key. Key value for the tag.
    • getValue

      public String getValue()
      Getter for value. Value for the tag.
    • setValue

      public void setValue(String value)
      Setter for value. Value for the tag.
    • 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