Class ListTagsForResourceRequest

    • Method Detail

      • arn

        public final String arn()

        Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.

        Returns:
        Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.
      • maxResults

        public final Integer maxResults()

        Specifies the number of tags to return as a response to the ListTagsForResource request.

        Returns:
        Specifies the number of tags to return as a response to the ListTagsForResource request.
      • nextToken

        public final String nextToken()

        When you request additional results from the ListTagsForResource operation, a NextToken parameter is returned in the input. You can then pass in a subsequent command to the NextToken parameter to continue listing additional tags.

        Returns:
        When you request additional results from the ListTagsForResource operation, a NextToken parameter is returned in the input. You can then pass in a subsequent command to the NextToken parameter to continue listing additional tags.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object