|
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.ListInvalidationsRequest
public class ListInvalidationsRequest
Container for the parameters to the ListInvalidations operation
.
List invalidation batches.
AmazonCloudFront.listInvalidations(ListInvalidationsRequest)
,
Serialized FormConstructor Summary | |
---|---|
ListInvalidationsRequest()
Default constructor for a new ListInvalidationsRequest object. |
|
ListInvalidationsRequest(String distributionId)
Constructs a new ListInvalidationsRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDistributionId()
The distribution's id. |
String |
getMarker()
Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. |
String |
getMaxItems()
The maximum number of invalidation batches you want in the response body. |
int |
hashCode()
|
void |
setDistributionId(String distributionId)
The distribution's id. |
void |
setMarker(String marker)
Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. |
void |
setMaxItems(String maxItems)
The maximum number of invalidation batches you want in the response body. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListInvalidationsRequest |
withDistributionId(String distributionId)
The distribution's id. |
ListInvalidationsRequest |
withMarker(String marker)
Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. |
ListInvalidationsRequest |
withMaxItems(String maxItems)
The maximum number of invalidation batches 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 ListInvalidationsRequest()
public ListInvalidationsRequest(String distributionId)
distributionId
- The distribution's id.Method Detail |
---|
public String getDistributionId()
public void setDistributionId(String distributionId)
distributionId
- The distribution's id.public ListInvalidationsRequest withDistributionId(String distributionId)
Returns a reference to this object so that method calls can be chained together.
distributionId
- The distribution's id.
public String getMarker()
public void setMarker(String marker)
marker
- Use this parameter when paginating results to indicate where to begin
in your list of invalidation batches. Because the results are returned
in decreasing order from most recent to oldest, the most recent
results are on the first page, the second page will contain earlier
results, and so on. To get the next page of results, set the Marker to
the value of the NextMarker from the current page's response. This
value is the same as the ID of the last invalidation batch on that
page.public ListInvalidationsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- Use this parameter when paginating results to indicate where to begin
in your list of invalidation batches. Because the results are returned
in decreasing order from most recent to oldest, the most recent
results are on the first page, the second page will contain earlier
results, and so on. To get the next page of results, set the Marker to
the value of the NextMarker from the current page's response. This
value is the same as the ID of the last invalidation batch on that
page.
public String getMaxItems()
public void setMaxItems(String maxItems)
maxItems
- The maximum number of invalidation batches you want in the response
body.public ListInvalidationsRequest withMaxItems(String maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems
- The maximum number of invalidation batches 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 |