@Generated(value="software.amazon.awssdk:codegen") public final class ListTagsForDeliveryStreamRequest extends FirehoseRequest implements ToCopyableBuilder<ListTagsForDeliveryStreamRequest.Builder,ListTagsForDeliveryStreamRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTagsForDeliveryStreamRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForDeliveryStreamRequest.Builder |
builder() |
String |
deliveryStreamName()
The name of the delivery stream whose tags you want to list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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 ListTagsForDeliveryStreamRequest.Builder> |
serializableBuilderClass() |
ListTagsForDeliveryStreamRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deliveryStreamName()
The name of the delivery stream whose tags you want to list.
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.
ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.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.
HasMoreTags is set to true in the response. To list additional
tags, set ExclusiveStartTagKey to the last key in the response.public ListTagsForDeliveryStreamRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTagsForDeliveryStreamRequest.Builder,ListTagsForDeliveryStreamRequest>toBuilder in class FirehoseRequestpublic static ListTagsForDeliveryStreamRequest.Builder builder()
public static Class<? extends ListTagsForDeliveryStreamRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.