public class ListDistributionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDistributionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDistributionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
Use Marker and MaxItems to control pagination of results.
|
String |
getMaxItems()
The maximum number of distributions that you want CloudFront to return in the response body.
|
int |
hashCode() |
void |
setMarker(String marker)
Use Marker and MaxItems to control pagination of results.
|
void |
setMaxItems(String maxItems)
The maximum number of distributions that you want CloudFront to return in the response body.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDistributionsRequest |
withMarker(String marker)
Use Marker and MaxItems to control pagination of results.
|
ListDistributionsRequest |
withMaxItems(String maxItems)
The maximum number of distributions that you want CloudFront to return 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 Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions
that satisfy the request, the response includes a NextMarker element. To get the next page of results,
submit another request. For the value of Marker, specify the value of NextMarker from the last response.
(For the first request, omit Marker.)public String getMarker()
public ListDistributionsRequest withMarker(String marker)
marker - Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions
that satisfy the request, the response includes a NextMarker element. To get the next page of results,
submit another request. For the value of Marker, specify the value of NextMarker from the last response.
(For the first request, omit Marker.)public void setMaxItems(String maxItems)
maxItems - The maximum number of distributions that you want CloudFront to return in the response body. The maximum
and default values are both 100.public String getMaxItems()
public ListDistributionsRequest withMaxItems(String maxItems)
maxItems - The maximum number of distributions that you want CloudFront to return in the response body. The maximum
and default values are both 100.public String toString()
toString in class ObjectObject.toString()public ListDistributionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.