public class StreamingDistributionList
extends java.lang.Object
A streaming distribution list.
| コンストラクタと説明 |
|---|
StreamingDistributionList()
Default constructor for a new StreamingDistributionList object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getIsTruncated()
A flag that indicates whether more streaming distributions remain to
be listed.
|
java.lang.String |
getMarker()
The value you provided for the Marker request parameter.
|
java.lang.Integer |
getMaxItems()
The value you provided for the MaxItems request parameter.
|
java.lang.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
streaming distributions where they left off.
|
java.util.List<StreamingDistributionSummary> |
getStreamingDistributionSummaries()
An XML structure containing a summary of the streaming distribution.
|
int |
hashCode() |
java.lang.Boolean |
isTruncated()
A flag that indicates whether more streaming distributions remain to
be listed.
|
void |
setIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates whether more streaming distributions remain to
be listed.
|
void |
setMarker(java.lang.String marker)
The value you provided for the Marker request parameter.
|
void |
setMaxItems(java.lang.Integer maxItems)
The value you provided for the MaxItems request parameter.
|
void |
setNextMarker(java.lang.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
streaming distributions where they left off.
|
void |
setStreamingDistributionSummaries(java.util.Collection<StreamingDistributionSummary> streamingDistributionSummaries)
An XML structure containing a summary of the streaming distribution.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StreamingDistributionList |
withIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates whether more streaming distributions remain to
be listed.
|
StreamingDistributionList |
withMarker(java.lang.String marker)
The value you provided for the Marker request parameter.
|
StreamingDistributionList |
withMaxItems(java.lang.Integer maxItems)
The value you provided for the MaxItems request parameter.
|
StreamingDistributionList |
withNextMarker(java.lang.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
streaming distributions where they left off.
|
StreamingDistributionList |
withStreamingDistributionSummaries(java.util.Collection<StreamingDistributionSummary> streamingDistributionSummaries)
An XML structure containing a summary of the streaming distribution.
|
StreamingDistributionList |
withStreamingDistributionSummaries(StreamingDistributionSummary... streamingDistributionSummaries)
An XML structure containing a summary of the streaming distribution.
|
public StreamingDistributionList()
public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - The value you provided for the Marker request parameter.public StreamingDistributionList withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - The value you provided for the Marker request parameter.public java.lang.String getNextMarker()
public void setNextMarker(java.lang.String nextMarker)
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.public StreamingDistributionList withNextMarker(java.lang.String nextMarker)
Returns a reference to this object so that method calls can be chained together.
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.public java.lang.Integer getMaxItems()
public void setMaxItems(java.lang.Integer maxItems)
maxItems - The value you provided for the MaxItems request parameter.public StreamingDistributionList withMaxItems(java.lang.Integer maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems - The value you provided for the MaxItems request parameter.public java.lang.Boolean isTruncated()
public void setIsTruncated(java.lang.Boolean isTruncated)
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 StreamingDistributionList withIsTruncated(java.lang.Boolean isTruncated)
Returns a reference to this object so that method calls can be chained together.
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 java.lang.Boolean getIsTruncated()
public java.util.List<StreamingDistributionSummary> getStreamingDistributionSummaries()
public void setStreamingDistributionSummaries(java.util.Collection<StreamingDistributionSummary> streamingDistributionSummaries)
streamingDistributionSummaries - An XML structure containing a summary of the streaming distribution.public StreamingDistributionList withStreamingDistributionSummaries(StreamingDistributionSummary... streamingDistributionSummaries)
Returns a reference to this object so that method calls can be chained together.
streamingDistributionSummaries - An XML structure containing a summary of the streaming distribution.public StreamingDistributionList withStreamingDistributionSummaries(java.util.Collection<StreamingDistributionSummary> streamingDistributionSummaries)
Returns a reference to this object so that method calls can be chained together.
streamingDistributionSummaries - An XML structure containing a summary of the streaming distribution.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object