Class ListDeliveryStreamsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.firehose.model.FirehoseRequest
-
- software.amazon.awssdk.services.firehose.model.ListDeliveryStreamsRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListDeliveryStreamsRequest extends FirehoseRequest implements ToCopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ListDeliveryStreamsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDeliveryStreamsRequest.Builder
builder()
DeliveryStreamType
deliveryStreamType()
The Firehose stream type.String
deliveryStreamTypeAsString()
The Firehose stream type.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
exclusiveStartDeliveryStreamName()
The list of Firehose streams returned by this call toListDeliveryStreams
will start with the Firehose stream whose name comes alphabetically immediately after the name you specify inExclusiveStartDeliveryStreamName
.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Integer
limit()
The maximum number of Firehose streams to list.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ListDeliveryStreamsRequest.Builder>
serializableBuilderClass()
ListDeliveryStreamsRequest.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
limit
public final Integer limit()
The maximum number of Firehose streams to list. The default value is 10.
- Returns:
- The maximum number of Firehose streams to list. The default value is 10.
-
deliveryStreamType
public final DeliveryStreamType deliveryStreamType()
The Firehose stream type. This can be one of the following values:
-
DirectPut
: Provider applications access the Firehose stream directly. -
KinesisStreamAsSource
: The Firehose stream uses a Kinesis data stream as a source.
This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.
If the service returns an enum value that is not available in the current SDK version,
deliveryStreamType
will returnDeliveryStreamType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdeliveryStreamTypeAsString()
.- Returns:
- The Firehose stream type. This can be one of the following values:
-
DirectPut
: Provider applications access the Firehose stream directly. -
KinesisStreamAsSource
: The Firehose stream uses a Kinesis data stream as a source.
This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.
-
- See Also:
DeliveryStreamType
-
-
deliveryStreamTypeAsString
public final String deliveryStreamTypeAsString()
The Firehose stream type. This can be one of the following values:
-
DirectPut
: Provider applications access the Firehose stream directly. -
KinesisStreamAsSource
: The Firehose stream uses a Kinesis data stream as a source.
This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.
If the service returns an enum value that is not available in the current SDK version,
deliveryStreamType
will returnDeliveryStreamType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdeliveryStreamTypeAsString()
.- Returns:
- The Firehose stream type. This can be one of the following values:
-
DirectPut
: Provider applications access the Firehose stream directly. -
KinesisStreamAsSource
: The Firehose stream uses a Kinesis data stream as a source.
This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.
-
- See Also:
DeliveryStreamType
-
-
exclusiveStartDeliveryStreamName
public final String exclusiveStartDeliveryStreamName()
The list of Firehose streams returned by this call to
ListDeliveryStreams
will start with the Firehose stream whose name comes alphabetically immediately after the name you specify inExclusiveStartDeliveryStreamName
.- Returns:
- The list of Firehose streams returned by this call to
ListDeliveryStreams
will start with the Firehose stream whose name comes alphabetically immediately after the name you specify inExclusiveStartDeliveryStreamName
.
-
toBuilder
public ListDeliveryStreamsRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>
- Specified by:
toBuilder
in classFirehoseRequest
-
builder
public static ListDeliveryStreamsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDeliveryStreamsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-