Class InvalidationList
java.lang.Object
com.amazonaws.services.cloudfront.model.InvalidationList
- All Implemented Interfaces:
Serializable
,Cloneable
An invalidation list.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A flag that indicates whether more invalidation batch requests remain to be listed.getItems()
A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.The value you provided for the Marker request parameter.The value you provided for the MaxItems request parameter.If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.The number of invalidation batches that were created by the current AWS account.int
hashCode()
A flag that indicates whether more invalidation batch requests remain to be listed.void
setIsTruncated
(Boolean isTruncated) A flag that indicates whether more invalidation batch requests remain to be listed.void
setItems
(Collection<InvalidationSummary> items) A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.void
The value you provided for the Marker request parameter.void
setMaxItems
(Integer maxItems) The value you provided for the MaxItems request parameter.void
setNextMarker
(String nextMarker) If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.void
setQuantity
(Integer quantity) The number of invalidation batches that were created by the current AWS account.toString()
Returns a string representation of this object; useful for testing and debugging.withIsTruncated
(Boolean isTruncated) A flag that indicates whether more invalidation batch requests remain to be listed.withItems
(InvalidationSummary... items) A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.withItems
(Collection<InvalidationSummary> items) A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.withMarker
(String marker) The value you provided for the Marker request parameter.withMaxItems
(Integer maxItems) The value you provided for the MaxItems request parameter.withNextMarker
(String nextMarker) If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.withQuantity
(Integer quantity) The number of invalidation batches that were created by the current AWS account.
-
Constructor Details
-
InvalidationList
public InvalidationList()
-
-
Method Details
-
setMarker
The value you provided for the Marker request parameter.- Parameters:
marker
- The value you provided for the Marker request parameter.
-
getMarker
The value you provided for the Marker request parameter.- Returns:
- The value you provided for the Marker request parameter.
-
withMarker
The value you provided for the Marker request parameter.- Parameters:
marker
- The value you provided for the Marker request parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextMarker
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.- Parameters:
nextMarker
- If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.
-
getNextMarker
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.- Returns:
- If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.
-
withNextMarker
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.- Parameters:
nextMarker
- If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
The value you provided for the MaxItems request parameter.- Parameters:
maxItems
- The value you provided for the MaxItems request parameter.
-
getMaxItems
The value you provided for the MaxItems request parameter.- Returns:
- The value you provided for the MaxItems request parameter.
-
withMaxItems
The value you provided for the MaxItems request parameter.- Parameters:
maxItems
- The value you provided for the MaxItems request parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIsTruncated
A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.- Parameters:
isTruncated
- A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.
-
getIsTruncated
A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.- Returns:
- A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.
-
withIsTruncated
A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.- Parameters:
isTruncated
- A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTruncated
A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.- Returns:
- A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.
-
setQuantity
The number of invalidation batches that were created by the current AWS account.- Parameters:
quantity
- The number of invalidation batches that were created by the current AWS account.
-
getQuantity
The number of invalidation batches that were created by the current AWS account.- Returns:
- The number of invalidation batches that were created by the current AWS account.
-
withQuantity
The number of invalidation batches that were created by the current AWS account.- Parameters:
quantity
- The number of invalidation batches that were created by the current AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getItems
A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.- Returns:
- A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.
-
setItems
A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.- Parameters:
items
- A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.
-
withItems
A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
orwithItems(java.util.Collection)
if you want to override the existing values.- Parameters:
items
- A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withItems
A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.- Parameters:
items
- A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-