@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamingDistributionList extends Object implements Serializable, Cloneable
A streaming distribution list.
| Constructor and Description | 
|---|
| StreamingDistributionList() | 
| Modifier and Type | Method and Description | 
|---|---|
| StreamingDistributionList | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getIsTruncated()
 A flag that indicates whether more streaming distributions remain to be listed. | 
| List<StreamingDistributionSummary> | getItems()
 A complex type that contains one  StreamingDistributionSummaryelement for each distribution that was
 created by the current Amazon Web Services account. | 
| String | getMarker()
 The value you provided for the  Markerrequest parameter. | 
| Integer | getMaxItems()
 The value you provided for the  MaxItemsrequest parameter. | 
| String | getNextMarker()
 If  IsTruncatedistrue, this element is present and contains the value you can use for
 theMarkerrequest parameter to continue listing your RTMP distributions where they left off. | 
| Integer | getQuantity()
 The number of streaming distributions that were created by the current Amazon Web Services account. | 
| int | hashCode() | 
| Boolean | isTruncated()
 A flag that indicates whether more streaming distributions remain to be listed. | 
| void | setIsTruncated(Boolean isTruncated)
 A flag that indicates whether more streaming distributions remain to be listed. | 
| void | setItems(Collection<StreamingDistributionSummary> items)
 A complex type that contains one  StreamingDistributionSummaryelement for each distribution that was
 created by the current Amazon Web Services account. | 
| void | setMarker(String marker)
 The value you provided for the  Markerrequest parameter. | 
| void | setMaxItems(Integer maxItems)
 The value you provided for the  MaxItemsrequest parameter. | 
| void | setNextMarker(String nextMarker)
 If  IsTruncatedistrue, this element is present and contains the value you can use for
 theMarkerrequest parameter to continue listing your RTMP distributions where they left off. | 
| void | setQuantity(Integer quantity)
 The number of streaming distributions that were created by the current Amazon Web Services account. | 
| String | toString()Returns a string representation of this object. | 
| StreamingDistributionList | withIsTruncated(Boolean isTruncated)
 A flag that indicates whether more streaming distributions remain to be listed. | 
| StreamingDistributionList | withItems(Collection<StreamingDistributionSummary> items)
 A complex type that contains one  StreamingDistributionSummaryelement for each distribution that was
 created by the current Amazon Web Services account. | 
| StreamingDistributionList | withItems(StreamingDistributionSummary... items)
 A complex type that contains one  StreamingDistributionSummaryelement for each distribution that was
 created by the current Amazon Web Services account. | 
| StreamingDistributionList | withMarker(String marker)
 The value you provided for the  Markerrequest parameter. | 
| StreamingDistributionList | withMaxItems(Integer maxItems)
 The value you provided for the  MaxItemsrequest parameter. | 
| StreamingDistributionList | withNextMarker(String nextMarker)
 If  IsTruncatedistrue, this element is present and contains the value you can use for
 theMarkerrequest parameter to continue listing your RTMP distributions where they left off. | 
| StreamingDistributionList | withQuantity(Integer quantity)
 The number of streaming distributions that were created by the current Amazon Web Services account. | 
public void setMarker(String marker)
 The value you provided for the Marker request parameter.
 
marker - The value you provided for the Marker request parameter.public String getMarker()
 The value you provided for the Marker request parameter.
 
Marker request parameter.public StreamingDistributionList withMarker(String marker)
 The value you provided for the Marker request parameter.
 
marker - The value you provided for the Marker request parameter.public void setNextMarker(String 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 RTMP distributions where they left off.
 
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 RTMP distributions where they
        left off.public String getNextMarker()
 If IsTruncated is true, this element is present and contains the value you can use for
 the Marker request parameter to continue listing your RTMP distributions where they left off.
 
IsTruncated is true, this element is present and contains the value you can
         use for the Marker request parameter to continue listing your RTMP distributions where they
         left off.public StreamingDistributionList withNextMarker(String 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 RTMP distributions where they left off.
 
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 RTMP distributions where they
        left off.public void setMaxItems(Integer maxItems)
 The value you provided for the MaxItems request parameter.
 
maxItems - The value you provided for the MaxItems request parameter.public Integer getMaxItems()
 The value you provided for the MaxItems request parameter.
 
MaxItems request parameter.public StreamingDistributionList withMaxItems(Integer maxItems)
 The value you provided for the MaxItems request parameter.
 
maxItems - The value you provided for the MaxItems request parameter.public void setIsTruncated(Boolean 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.
 
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.public Boolean getIsTruncated()
 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.
 
Marker request parameter to
         retrieve more distributions in the list.public StreamingDistributionList withIsTruncated(Boolean 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.
 
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.public Boolean 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.
 
Marker request parameter to
         retrieve more distributions in the list.public void setQuantity(Integer quantity)
The number of streaming distributions that were created by the current Amazon Web Services account.
quantity - The number of streaming distributions that were created by the current Amazon Web Services account.public Integer getQuantity()
The number of streaming distributions that were created by the current Amazon Web Services account.
public StreamingDistributionList withQuantity(Integer quantity)
The number of streaming distributions that were created by the current Amazon Web Services account.
quantity - The number of streaming distributions that were created by the current Amazon Web Services account.public List<StreamingDistributionSummary> getItems()
 A complex type that contains one StreamingDistributionSummary element for each distribution that was
 created by the current Amazon Web Services account.
 
StreamingDistributionSummary element for each distribution
         that was created by the current Amazon Web Services account.public void setItems(Collection<StreamingDistributionSummary> items)
 A complex type that contains one StreamingDistributionSummary element for each distribution that was
 created by the current Amazon Web Services account.
 
items - A complex type that contains one StreamingDistributionSummary element for each distribution
        that was created by the current Amazon Web Services account.public StreamingDistributionList withItems(StreamingDistributionSummary... items)
 A complex type that contains one StreamingDistributionSummary element for each distribution that was
 created by the current Amazon Web Services account.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
 existing values.
 
items - A complex type that contains one StreamingDistributionSummary element for each distribution
        that was created by the current Amazon Web Services account.public StreamingDistributionList withItems(Collection<StreamingDistributionSummary> items)
 A complex type that contains one StreamingDistributionSummary element for each distribution that was
 created by the current Amazon Web Services account.
 
items - A complex type that contains one StreamingDistributionSummary element for each distribution
        that was created by the current Amazon Web Services account.public String toString()
toString in class ObjectObject.toString()public StreamingDistributionList clone()
Copyright © 2022. All rights reserved.