@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInvalidationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to list invalidations.
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()
Creates a shallow clone of this object for all fields except the handler context.
|
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 that 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 that 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 that you want in the response body.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListInvalidationsRequest()
public ListInvalidationsRequest(String distributionId)
distributionId
- The distribution's ID.public void setDistributionId(String distributionId)
The distribution's ID.
distributionId
- The distribution's ID.public String getDistributionId()
The distribution's ID.
public ListInvalidationsRequest withDistributionId(String distributionId)
The distribution's ID.
distributionId
- The distribution's ID.public void setMarker(String 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
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.
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 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()
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
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.
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)
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
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.
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 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)
The maximum number of invalidation batches that you want in the response body.
maxItems
- The maximum number of invalidation batches that you want in the response body.public String getMaxItems()
The maximum number of invalidation batches that you want in the response body.
public ListInvalidationsRequest withMaxItems(String maxItems)
The maximum number of invalidation batches that you want in the response body.
maxItems
- The maximum number of invalidation batches that you want in the response body.public String toString()
toString
in class Object
Object.toString()
public ListInvalidationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.