Class ListTagsForDeliveryStreamRequest

    • Method Detail

      • deliveryStreamName

        public final String deliveryStreamName()

        The name of the delivery stream whose tags you want to list.

        Returns:
        The name of the delivery stream whose tags you want to list.
      • exclusiveStartTagKey

        public final String exclusiveStartTagKey()

        The key to use as the starting point for the list of tags. If you set this parameter, ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.

        Returns:
        The key to use as the starting point for the list of tags. If you set this parameter, ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.
      • limit

        public final Integer limit()

        The number of tags to return. If this number is less than the total number of tags associated with the delivery stream, HasMoreTags is set to true in the response. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

        Returns:
        The number of tags to return. If this number is less than the total number of tags associated with the delivery stream, HasMoreTags is set to true in the response. To list additional tags, set ExclusiveStartTagKey to the last key in the 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