public class ListStreamingDistributionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListStreamingDistributionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListStreamingDistributionsRequest |
clone() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 String getMarker()
public ListStreamingDistributionsRequest withMarker(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 void setMaxItems(String maxItems)
maxItems - The maximum number of streaming distributions you want in the
response body.public String getMaxItems()
public ListStreamingDistributionsRequest withMaxItems(String maxItems)
maxItems - The maximum number of streaming distributions you want in the
response body.public String toString()
toString in class ObjectObject.toString()public ListStreamingDistributionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.