Class ListTagsForResourceRequest

    • Method Detail

      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) for the resource that you want to list tags for.

        Returns:
        The Amazon Resource Name (ARN) for the resource that you want to list tags for.
      • maxResults

        public final Integer maxResults()

        The maximum number of tags that you want to return in the response to a ListTagsForResource request. If you don't specify a value for MaxResults, Resolver returns up to 100 tags.

        Returns:
        The maximum number of tags that you want to return in the response to a ListTagsForResource request. If you don't specify a value for MaxResults, Resolver returns up to 100 tags.
      • nextToken

        public final String nextToken()

        For the first ListTagsForResource request, omit this value.

        If you have more than MaxResults tags, you can submit another ListTagsForResource request to get the next group of tags for the resource. In the next request, specify the value of NextToken from the previous response.

        Returns:
        For the first ListTagsForResource request, omit this value.

        If you have more than MaxResults tags, you can submit another ListTagsForResource request to get the next group of tags for the resource. In the next request, specify the value of NextToken from the previous response.

      • 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