Class CreateOrUpdateTagRequest


  • public final class CreateOrUpdateTagRequest
    extends java.lang.Object
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        The name of the tag, which will be created if not found, or the new name for the tag if this is an update request. Names are case insensitive.
      • getId

        public java.util.Optional<java.lang.String> getId()
        Returns:
        The id of tag to updates.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object