Class ListStreamingDistributionsRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ListStreamingDistributionsRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
The request to list your streaming distributions.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
Use this when paginating results to indicate where to begin in your list of streaming distributions.The maximum number of streaming distributions you want in the response body.int
hashCode()
void
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.toString()
Returns a string representation of this object; useful for testing and debugging.withMarker
(String marker) Use this when paginating results to indicate where to begin in your list of streaming distributions.withMaxItems
(String maxItems) The maximum number of streaming distributions you want in the response body.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListStreamingDistributionsRequest
public ListStreamingDistributionsRequest()
-
-
Method Details
-
setMarker
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).- Parameters:
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).
-
getMarker
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).- Returns:
- 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).
-
withMarker
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).- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
The maximum number of streaming distributions you want in the response body.- Parameters:
maxItems
- The maximum number of streaming distributions you want in the response body.
-
getMaxItems
The maximum number of streaming distributions you want in the response body.- Returns:
- The maximum number of streaming distributions you want in the response body.
-
withMaxItems
The maximum number of streaming distributions you want in the response body.- Parameters:
maxItems
- The maximum number of streaming distributions you want in the response body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-