Class ListTagsForResourceRequest

    • Method Detail

      • resourceARN

        public final String resourceARN()

        Lists the tags for the resource with the specified ARN.

        Returns:
        Lists the tags for the resource with the specified ARN.
      • nextToken

        public final String nextToken()

        The token for the next set of results, or null if there are no additional results for this request, where the request lists the tags for the resource with the specified ARN.

        Returns:
        The token for the next set of results, or null if there are no additional results for this request, where the request lists the tags for the resource with the specified ARN.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to be returned per request that lists the tags for the resource.

        Returns:
        The maximum number of results to be returned per request that lists the tags for the resource.
      • 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