|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudfront.model.ListDistributionsRequest
public class ListDistributionsRequest
Container for the parameters to the ListDistributions operation
.
List distributions.
AmazonCloudFront.listDistributions(ListDistributionsRequest)
,
Serialized FormConstructor Summary | |
---|---|
ListDistributionsRequest()
Default constructor for a new ListDistributionsRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getMarker()
Use this when paginating results to indicate where to begin in your list of distributions. |
String |
getMaxItems()
The maximum number of 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 distributions. |
void |
setMaxItems(String maxItems)
The maximum number of distributions you want in the response body. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListDistributionsRequest |
withMarker(String marker)
Use this when paginating results to indicate where to begin in your list of distributions. |
ListDistributionsRequest |
withMaxItems(String maxItems)
The maximum number of distributions you want in the response body. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListDistributionsRequest()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- Use this when paginating results to indicate where to begin in your
list of 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 ListDistributionsRequest 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 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 distributions you want in the response body.public ListDistributionsRequest withMaxItems(String maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems
- The maximum number of distributions you want in the response body.
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 |