Class ListDeliveryStreamsResult
java.lang.Object
com.amazonaws.services.kinesisfirehose.model.ListDeliveryStreamsResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of ListDeliveryStreams.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe names of the delivery streams.Indicates whether there are more delivery streams available to list.inthashCode()Indicates whether there are more delivery streams available to list.voidsetDeliveryStreamNames(Collection<String> deliveryStreamNames) The names of the delivery streams.voidsetHasMoreDeliveryStreams(Boolean hasMoreDeliveryStreams) Indicates whether there are more delivery streams available to list.toString()Returns a string representation of this object; useful for testing and debugging.withDeliveryStreamNames(String... deliveryStreamNames) The names of the delivery streams.withDeliveryStreamNames(Collection<String> deliveryStreamNames) The names of the delivery streams.withHasMoreDeliveryStreams(Boolean hasMoreDeliveryStreams) Indicates whether there are more delivery streams available to list.
-
Constructor Details
-
ListDeliveryStreamsResult
public ListDeliveryStreamsResult()
-
-
Method Details
-
getDeliveryStreamNames
-
setDeliveryStreamNames
The names of the delivery streams.
- Parameters:
deliveryStreamNames- The names of the delivery streams.
-
withDeliveryStreamNames
The names of the delivery streams.
NOTE: This method appends the values to the existing list (if any). Use
setDeliveryStreamNames(java.util.Collection)orwithDeliveryStreamNames(java.util.Collection)if you want to override the existing values.- Parameters:
deliveryStreamNames- The names of the delivery streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDeliveryStreamNames
The names of the delivery streams.
- Parameters:
deliveryStreamNames- The names of the delivery streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHasMoreDeliveryStreams
Indicates whether there are more delivery streams available to list.
- Parameters:
hasMoreDeliveryStreams- Indicates whether there are more delivery streams available to list.
-
getHasMoreDeliveryStreams
Indicates whether there are more delivery streams available to list.
- Returns:
- Indicates whether there are more delivery streams available to list.
-
withHasMoreDeliveryStreams
Indicates whether there are more delivery streams available to list.
- Parameters:
hasMoreDeliveryStreams- Indicates whether there are more delivery streams available to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isHasMoreDeliveryStreams
Indicates whether there are more delivery streams available to list.
- Returns:
- Indicates whether there are more delivery streams available to list.
-
toString
-
equals
-
hashCode
-
clone
-