Class ListTagsForStreamRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<ListTagsForStreamRequest.Builder,ListTagsForStreamRequest>

@Generated("software.amazon.awssdk:codegen") public final class ListTagsForStreamRequest extends KinesisRequest implements ToCopyableBuilder<ListTagsForStreamRequest.Builder,ListTagsForStreamRequest>

Represents the input for ListTagsForStream.

  • Method Details

    • streamName

      public final String streamName()

      The name of the stream.

      Returns:
      The name of the stream.
    • exclusiveStartTagKey

      public final String exclusiveStartTagKey()

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

      Returns:
      The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream 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 stream, HasMoreTags is set to true. 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 stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.
    • streamARN

      public final String streamARN()

      The ARN of the stream.

      Returns:
      The ARN of the stream.
    • streamId

      public final String streamId()

      Not Implemented. Reserved for future use.

      Returns:
      Not Implemented. Reserved for future use.
    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<ListTagsForStreamRequest.Builder,ListTagsForStreamRequest>
      Specified by:
      toBuilder in class KinesisRequest
    • builder

      public static ListTagsForStreamRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ListTagsForStreamRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo