@Generated(value="software.amazon.awssdk:codegen") public final class ListTagsForStreamRequest extends KinesisRequest implements ToCopyableBuilder<ListTagsForStreamRequest.Builder,ListTagsForStreamRequest>
Represents the input for ListTagsForStream.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTagsForStreamRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForStreamRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
exclusiveStartTagKey()
The key to use as the starting point for the list of tags.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The number of tags to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTagsForStreamRequest.Builder> |
serializableBuilderClass() |
String |
streamName()
The name of the stream.
|
ListTagsForStreamRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String streamName()
The name of the stream.
public 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.
ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.public 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.
HasMoreTags is set to true. To list additional tags, set
ExclusiveStartTagKey to the last key in the response.public ListTagsForStreamRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTagsForStreamRequest.Builder,ListTagsForStreamRequest>toBuilder in class KinesisRequestpublic static ListTagsForStreamRequest.Builder builder()
public static Class<? extends ListTagsForStreamRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.