|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront.model.StreamingDistributionList
public class StreamingDistributionList
A streaming distribution list.
Constructor Summary | |
---|---|
StreamingDistributionList()
Default constructor for a new StreamingDistributionList object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getIsTruncated()
A flag that indicates whether more streaming distributions remain to be listed. |
String |
getMarker()
The value you provided for the Marker request parameter. |
Integer |
getMaxItems()
The value you provided for the MaxItems request parameter. |
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. |
List<StreamingDistributionSummary> |
getStreamingDistributionSummaries()
An XML structure containing a summary of the streaming distribution. |
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 |
setMarker(String marker)
The value you provided for the Marker request parameter. |
void |
setMaxItems(Integer maxItems)
The value you provided for the MaxItems request parameter. |
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 streaming distributions where they left off. |
void |
setStreamingDistributionSummaries(Collection<StreamingDistributionSummary> streamingDistributionSummaries)
An XML structure containing a summary of the streaming distribution. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
StreamingDistributionList |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether more streaming distributions remain to be listed. |
StreamingDistributionList |
withMarker(String marker)
The value you provided for the Marker request parameter. |
StreamingDistributionList |
withMaxItems(Integer maxItems)
The value you provided for the MaxItems request parameter. |
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 streaming distributions where they left off. |
StreamingDistributionList |
withStreamingDistributionSummaries(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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StreamingDistributionList()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- The value you provided for the Marker request parameter.public StreamingDistributionList withMarker(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 String getNextMarker()
public void setNextMarker(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(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 Integer getMaxItems()
public void setMaxItems(Integer maxItems)
maxItems
- The value you provided for the MaxItems request parameter.public StreamingDistributionList withMaxItems(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 Boolean isTruncated()
public void setIsTruncated(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(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 Boolean getIsTruncated()
public List<StreamingDistributionSummary> getStreamingDistributionSummaries()
public void setStreamingDistributionSummaries(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |