A streaming distribution list.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class StreamingDistributionList
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | StreamingDistributionList()()()() | Initializes a new instance of the StreamingDistributionList 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.) | 
|  | IsTruncated | 
            Gets and sets the property IsTruncated. A flag that indicates whether more streaming
            distributions remain to be listed.    If your results were truncated, you can make
            a follow-up pagination request using the Marker request parameter to retrieve more
            distributions in the list.
             | 
|  | Items | 
            Gets and sets the property Items. A complex type that contains one StreamingDistributionSummary
               element for each distribution that was created by the current AWS    account.
             | 
|  | Marker | 
            Gets and sets the property Marker. The value you provided for the Marker request parameter.
             | 
|  | MaxItems | 
            Gets and sets the property MaxItems. The value you provided for the MaxItems request
            parameter.
             | 
|  | NextMarker | 
            Gets and sets the property NextMarker. If IsTruncated is true, this element is present
            and contains the value you can use for the Marker request parameter to continue listing
            your streaming distributions where they left off.
             | 
|  | Quantity | 
            Gets and sets the property Quantity. The number of streaming distributions that were
            created by the current    AWS account.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithIsTruncated(Boolean) | Obsolete. 
            Sets the IsTruncated property
             | 
|  | WithItems(array<StreamingDistributionSummary>[]()[][]) | Obsolete. 
            Sets the Items property
             | 
|  | WithItems(IEnumerable<(Of <<'(StreamingDistributionSummary>)>>)) | Obsolete. 
            Sets the Items property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithMaxItems(Int32) | Obsolete. 
            Sets the MaxItems property
             | 
|  | WithNextMarker(String) | Obsolete. 
            Sets the NextMarker property
             | 
|  | WithQuantity(Int32) | Obsolete. 
            Sets the Quantity property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | StreamingDistributionList |