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 interfaceListDeliveryStreamsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDeliveryStreamsRequest.Builderbuilder()DeliveryStreamTypedeliveryStreamType()The delivery stream type.StringdeliveryStreamTypeAsString()The delivery stream type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexclusiveStartDeliveryStreamName()The list of delivery streams returned by this call toListDeliveryStreamswill start with the delivery stream whose name comes alphabetically immediately after the name you specify inExclusiveStartDeliveryStreamName.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerlimit()The maximum number of delivery streams to list.List<SdkField<?>>sdkFields()static Class<? extends ListDeliveryStreamsRequest.Builder>serializableBuilderClass()ListDeliveryStreamsRequest.BuildertoBuilder()StringtoString()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 delivery streams to list. The default value is 10.
- Returns:
- The maximum number of delivery streams to list. The default value is 10.
-
deliveryStreamType
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,
deliveryStreamTypewill returnDeliveryStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeliveryStreamTypeAsString().- Returns:
- 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.
-
- See Also:
DeliveryStreamType
-
-
deliveryStreamTypeAsString
public 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,
deliveryStreamTypewill returnDeliveryStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeliveryStreamTypeAsString().- Returns:
- 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.
-
- See Also:
DeliveryStreamType
-
-
exclusiveStartDeliveryStreamName
public final String exclusiveStartDeliveryStreamName()
The list of delivery streams returned by this call to
ListDeliveryStreamswill start with the delivery stream whose name comes alphabetically immediately after the name you specify inExclusiveStartDeliveryStreamName.- Returns:
- The list of delivery streams returned by this call to
ListDeliveryStreamswill start with the delivery stream whose name comes alphabetically immediately after the name you specify inExclusiveStartDeliveryStreamName.
-
toBuilder
public ListDeliveryStreamsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>- Specified by:
toBuilderin classFirehoseRequest
-
builder
public static ListDeliveryStreamsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDeliveryStreamsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
getValueForFieldin classSdkRequest
-
-