Class ListTagsForResourceRequest

    • Constructor Detail

      • ListTagsForResourceRequest

        public ListTagsForResourceRequest()
    • Method Detail

      • setResourceArn

        public void setResourceArn​(String resourceArn)

        The ARN that specifies the assessment template whose tags you want to list.

        Parameters:
        resourceArn - The ARN that specifies the assessment template whose tags you want to list.
      • getResourceArn

        public String getResourceArn()

        The ARN that specifies the assessment template whose tags you want to list.

        Returns:
        The ARN that specifies the assessment template whose tags you want to list.
      • withResourceArn

        public ListTagsForResourceRequest withResourceArn​(String resourceArn)

        The ARN that specifies the assessment template whose tags you want to list.

        Parameters:
        resourceArn - The ARN that specifies the assessment template whose tags you want to list.
        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