Class ListTagsRequest

    • Method Detail

      • resourceId

        public final String resourceId()

        The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.

        Returns:
        The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.
      • nextToken

        public final String nextToken()

        The NextToken value that you received in the previous response. Use this value to get more tags.

        Returns:
        The NextToken value that you received in the previous response. Use this value to get more tags.
      • maxResults

        public final Integer maxResults()

        The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a NextToken value.

        Returns:
        The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a NextToken value.
      • 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