Class ResourceTag

    • Constructor Detail

      • ResourceTag

        public ResourceTag()
    • Method Detail

      • setResourceId

        public void setResourceId​(String resourceId)

        Specifies the ARN of the resource.

        Parameters:
        resourceId - Specifies the ARN of the resource.
      • getResourceId

        public String getResourceId()

        Specifies the ARN of the resource.

        Returns:
        Specifies the ARN of the resource.
      • withResourceId

        public ResourceTag withResourceId​(String resourceId)

        Specifies the ARN of the resource.

        Parameters:
        resourceId - Specifies the ARN of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTagsList

        public List<Tag> getTagsList()
        Returns:
      • setTagsList

        public void setTagsList​(Collection<Tag> tagsList)
        Parameters:
        tagsList -
      • withTagsList

        public ResourceTag withTagsList​(Collection<Tag> tagsList)
        Parameters:
        tagsList -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object