@Generated(value="software.amazon.awssdk:codegen") public final class ListDeliveryStreamsRequest extends FirehoseRequest implements ToCopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeliveryStreamsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDeliveryStreamsRequest.Builder |
builder() |
DeliveryStreamType |
deliveryStreamType()
The delivery stream type.
|
String |
deliveryStreamTypeAsString()
The delivery stream type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exclusiveStartDeliveryStreamName()
The list of delivery streams returned by this call to
ListDeliveryStreams will start with the
delivery stream whose name comes alphabetically immediately after the name you specify in
ExclusiveStartDeliveryStreamName. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of delivery streams to list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDeliveryStreamsRequest.Builder> |
serializableBuilderClass() |
ListDeliveryStreamsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer limit()
The maximum number of delivery streams to list. The default value is 10.
public final DeliveryStreamType deliveryStreamType()
The delivery stream type. This can be one of the following values:
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.
This parameter is optional. If this parameter is omitted, delivery streams of all types are returned.
If the service returns an enum value that is not available in the current SDK version,
deliveryStreamType will return DeliveryStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from deliveryStreamTypeAsString().
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.
This parameter is optional. If this parameter is omitted, delivery streams of all types are returned.
DeliveryStreamTypepublic final String deliveryStreamTypeAsString()
The delivery stream type. This can be one of the following values:
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.
This parameter is optional. If this parameter is omitted, delivery streams of all types are returned.
If the service returns an enum value that is not available in the current SDK version,
deliveryStreamType will return DeliveryStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from deliveryStreamTypeAsString().
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.
This parameter is optional. If this parameter is omitted, delivery streams of all types are returned.
DeliveryStreamTypepublic final String exclusiveStartDeliveryStreamName()
The list of delivery streams returned by this call to ListDeliveryStreams will start with the
delivery stream whose name comes alphabetically immediately after the name you specify in
ExclusiveStartDeliveryStreamName.
ListDeliveryStreams will start with
the delivery stream whose name comes alphabetically immediately after the name you specify in
ExclusiveStartDeliveryStreamName.public ListDeliveryStreamsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>toBuilder in class FirehoseRequestpublic static ListDeliveryStreamsRequest.Builder builder()
public static Class<? extends ListDeliveryStreamsRequest.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.