public class ListInvalidationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListInvalidationsRequest()
Default constructor for ListInvalidationsRequest object.
|
ListInvalidationsRequest(String distributionId)
Constructs a new ListInvalidationsRequest object.
|
Modifier and Type | Method and Description |
---|---|
ListInvalidationsRequest |
clone() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListInvalidationsRequest()
public ListInvalidationsRequest(String distributionId)
distributionId
- The distribution's id.public void setDistributionId(String distributionId)
distributionId
- The distribution's id.public String getDistributionId()
public ListInvalidationsRequest withDistributionId(String distributionId)
distributionId
- The distribution's id.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 String getMarker()
public ListInvalidationsRequest withMarker(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 void setMaxItems(String maxItems)
maxItems
- The maximum number of invalidation batches you want in the
response body.public String getMaxItems()
public ListInvalidationsRequest withMaxItems(String maxItems)
maxItems
- The maximum number of invalidation batches you want in the
response body.public String toString()
toString
in class Object
Object.toString()
public ListInvalidationsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.