Class ListTagsForResourceRequest

    • Method Detail

      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the resource to get tags for.

        Returns:
        The Amazon Resource Name (ARN) of the resource to get tags for.
      • nextToken

        public final String nextToken()

        The token that was returned from the previous API call, which would be used to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.

        Returns:
        The token that was returned from the previous API call, which would be used to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call.

        Returns:
        The maximum number of results to return in a single call.
      • 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