@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidationList extends Object implements Serializable, Cloneable
The InvalidationList
complex type describes the list of invalidation objects. For more information about
invalidation, see Invalidating Objects (Web
Distributions Only) in the Amazon CloudFront Developer Guide.
Constructor and Description |
---|
InvalidationList() |
Modifier and Type | Method and Description |
---|---|
InvalidationList |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsTruncated()
A flag that indicates whether more invalidation batch requests remain to be listed.
|
List<InvalidationSummary> |
getItems()
A complex type that contains one
InvalidationSummary element for each invalidation batch created by
the current AWS account. |
String |
getMarker()
The value that you provided for the
Marker request parameter. |
Integer |
getMaxItems()
The value that you provided for the
MaxItems request parameter. |
String |
getNextMarker()
If
IsTruncated is true , this element is present and contains the value that you can use
for the Marker request parameter to continue listing your invalidation batches where they left off. |
Integer |
getQuantity()
The number of invalidation batches that were created by the current AWS account.
|
int |
hashCode() |
Boolean |
isTruncated()
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 created by
the current AWS account. |
void |
setMarker(String marker)
The value that you provided for the
Marker request parameter. |
void |
setMaxItems(Integer maxItems)
The value that you provided for the
MaxItems request parameter. |
void |
setNextMarker(String nextMarker)
If
IsTruncated is true , this element is present and contains the value that 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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InvalidationList |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether more invalidation batch requests remain to be listed.
|
InvalidationList |
withItems(Collection<InvalidationSummary> items)
A complex type that contains one
InvalidationSummary element for each invalidation batch created by
the current AWS account. |
InvalidationList |
withItems(InvalidationSummary... items)
A complex type that contains one
InvalidationSummary element for each invalidation batch created by
the current AWS account. |
InvalidationList |
withMarker(String marker)
The value that you provided for the
Marker request parameter. |
InvalidationList |
withMaxItems(Integer maxItems)
The value that you provided for the
MaxItems request parameter. |
InvalidationList |
withNextMarker(String nextMarker)
If
IsTruncated is true , this element is present and contains the value that you can use
for the Marker request parameter to continue listing your invalidation batches where they left off. |
InvalidationList |
withQuantity(Integer quantity)
The number of invalidation batches that were created by the current AWS account.
|
public void setMarker(String marker)
The value that you provided for the Marker
request parameter.
marker
- The value that you provided for the Marker
request parameter.public String getMarker()
The value that you provided for the Marker
request parameter.
Marker
request parameter.public InvalidationList withMarker(String marker)
The value that you provided for the Marker
request parameter.
marker
- The value that you provided for the Marker
request parameter.public void setNextMarker(String nextMarker)
If IsTruncated
is true
, this element is present and contains the value that you can use
for the Marker
request parameter to continue listing your invalidation batches where they left off.
nextMarker
- If IsTruncated
is true
, this element is present and contains the value that you
can use for the Marker
request parameter to continue listing your invalidation batches where
they left off.public String getNextMarker()
If IsTruncated
is true
, this element is present and contains the value that you can use
for the Marker
request parameter to continue listing your invalidation batches where they left off.
IsTruncated
is true
, this element is present and contains the value that you
can use for the Marker
request parameter to continue listing your invalidation batches where
they left off.public InvalidationList withNextMarker(String nextMarker)
If IsTruncated
is true
, this element is present and contains the value that you can use
for the Marker
request parameter to continue listing your invalidation batches where they left off.
nextMarker
- If IsTruncated
is true
, this element is present and contains the value that you
can use for the Marker
request parameter to continue listing your invalidation batches where
they left off.public void setMaxItems(Integer maxItems)
The value that you provided for the MaxItems
request parameter.
maxItems
- The value that you provided for the MaxItems
request parameter.public Integer getMaxItems()
The value that you provided for the MaxItems
request parameter.
MaxItems
request parameter.public InvalidationList withMaxItems(Integer maxItems)
The value that you provided for the MaxItems
request parameter.
maxItems
- The value that you provided for the MaxItems
request parameter.public void setIsTruncated(Boolean 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.
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.public Boolean 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.
Marker
request parameter to
retrieve more invalidation batches in the list.public InvalidationList withIsTruncated(Boolean 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.
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.public Boolean 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.
Marker
request parameter to
retrieve more invalidation batches in the list.public void setQuantity(Integer quantity)
The number of invalidation batches that were created by the current AWS account.
quantity
- The number of invalidation batches that were created by the current AWS account.public Integer getQuantity()
The number of invalidation batches that were created by the current AWS account.
public InvalidationList withQuantity(Integer quantity)
The number of invalidation batches that were created by the current AWS account.
quantity
- The number of invalidation batches that were created by the current AWS account.public List<InvalidationSummary> getItems()
A complex type that contains one InvalidationSummary
element for each invalidation batch created by
the current AWS account.
InvalidationSummary
element for each invalidation batch
created by the current AWS account.public void setItems(Collection<InvalidationSummary> items)
A complex type that contains one InvalidationSummary
element for each invalidation batch created by
the current AWS account.
items
- A complex type that contains one InvalidationSummary
element for each invalidation batch
created by the current AWS account.public InvalidationList withItems(InvalidationSummary... items)
A complex type that contains one InvalidationSummary
element for each invalidation batch created by
the current AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- A complex type that contains one InvalidationSummary
element for each invalidation batch
created by the current AWS account.public InvalidationList withItems(Collection<InvalidationSummary> items)
A complex type that contains one InvalidationSummary
element for each invalidation batch created by
the current AWS account.
items
- A complex type that contains one InvalidationSummary
element for each invalidation batch
created by the current AWS account.public String toString()
toString
in class Object
Object.toString()
public InvalidationList clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.