public class ListStreamingDistributionsRequest extends AmazonWebServiceRequest implements Serializable
ListStreamingDistributions operation
.
List streaming distributions.
NOOP
Constructor and Description |
---|
ListStreamingDistributionsRequest()
Default constructor for a new ListStreamingDistributionsRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMarker()
Use this when paginating results to indicate where to begin in your
list of streaming distributions.
|
String |
getMaxItems()
The maximum number of streaming distributions you want in the response
body.
|
int |
hashCode() |
void |
setMarker(String marker)
Use this when paginating results to indicate where to begin in your
list of streaming distributions.
|
void |
setMaxItems(String maxItems)
The maximum number of streaming distributions you want in the response
body.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListStreamingDistributionsRequest |
withMarker(String marker)
Use this when paginating results to indicate where to begin in your
list of streaming distributions.
|
ListStreamingDistributionsRequest |
withMaxItems(String maxItems)
The maximum number of streaming distributions you want in the response
body.
|
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ListStreamingDistributionsRequest()
public String getMarker()
public void setMarker(String marker)
marker
- Use this when paginating results to indicate where to begin in your
list of streaming distributions. The results include distributions in
the list that occur after the marker. To get the next page of results,
set the Marker to the value of the NextMarker from the current page's
response (which is also the ID of the last distribution on that page).public ListStreamingDistributionsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- Use this when paginating results to indicate where to begin in your
list of streaming distributions. The results include distributions in
the list that occur after the marker. To get the next page of results,
set the Marker to the value of the NextMarker from the current page's
response (which is also the ID of the last distribution on that page).public String getMaxItems()
public void setMaxItems(String maxItems)
maxItems
- The maximum number of streaming distributions you want in the response
body.public ListStreamingDistributionsRequest withMaxItems(String maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems
- The maximum number of streaming distributions you want in the response
body.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.