Represents the output of a ListStreams operation.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListStreamsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListStreamsResult()()()() | Initializes a new instance of the ListStreamsResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | HasMoreStreams | 
            If set to true, there are more streams available to list.
             
             | 
|  | StreamNames | 
            The names of the streams that are associated with the AWS account making the ListStreams request.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithHasMoreStreams(Boolean) | Obsolete. 
            Sets the HasMoreStreams property
             | 
|  | WithStreamNames(array<String>[]()[][]) | Obsolete. 
            Adds elements to the StreamNames collection
             | 
|  | WithStreamNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the StreamNames collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListStreamsResult |