Class ListTagsForStreamRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        If you specify this parameter and the result of a ListTagsForStream call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.

        Returns:
        If you specify this parameter and the result of a ListTagsForStream call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
      • streamARN

        public final String streamARN()

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

        Returns:
        The Amazon Resource Name (ARN) of the stream that you want to list tags for.
      • streamName

        public final String streamName()

        The name of the stream that you want to list tags for.

        Returns:
        The name of the stream that you want to list tags for.
      • 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