|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront.model.InvalidationList
public class InvalidationList
An invalidation list.
Constructor Summary | |
---|---|
InvalidationList()
Default constructor for a new InvalidationList object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<InvalidationSummary> |
getInvalidationSummaries()
A complex type that lists the Invalidation ID and the status of that request. |
java.lang.Boolean |
getIsTruncated()
A flag that indicates whether more invalidation batch requests remain to be listed. |
java.lang.String |
getMarker()
The value you provided for the Marker request parameter. |
java.lang.Integer |
getMaxItems()
The value you provided for the MaxItems request parameter. |
java.lang.String |
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. |
int |
hashCode()
|
java.lang.Boolean |
isTruncated()
A flag that indicates whether more invalidation batch requests remain to be listed. |
void |
setInvalidationSummaries(java.util.Collection<InvalidationSummary> invalidationSummaries)
A complex type that lists the Invalidation ID and the status of that request. |
void |
setIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates whether more invalidation batch requests remain to be listed. |
void |
setMarker(java.lang.String marker)
The value you provided for the Marker request parameter. |
void |
setMaxItems(java.lang.Integer maxItems)
The value you provided for the MaxItems request parameter. |
void |
setNextMarker(java.lang.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. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InvalidationList |
withInvalidationSummaries(java.util.Collection<InvalidationSummary> invalidationSummaries)
A complex type that lists the Invalidation ID and the status of that request. |
InvalidationList |
withInvalidationSummaries(InvalidationSummary... invalidationSummaries)
A complex type that lists the Invalidation ID and the status of that request. |
InvalidationList |
withIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates whether more invalidation batch requests remain to be listed. |
InvalidationList |
withMarker(java.lang.String marker)
The value you provided for the Marker request parameter. |
InvalidationList |
withMaxItems(java.lang.Integer maxItems)
The value you provided for the MaxItems request parameter. |
InvalidationList |
withNextMarker(java.lang.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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidationList()
Method Detail |
---|
public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker
- The value you provided for the Marker request parameter.public InvalidationList withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The value you provided for the Marker request parameter.
public java.lang.String getNextMarker()
public void setNextMarker(java.lang.String nextMarker)
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.public InvalidationList withNextMarker(java.lang.String nextMarker)
Returns a reference to this object so that method calls can be chained together.
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.
public java.lang.Integer getMaxItems()
public void setMaxItems(java.lang.Integer maxItems)
maxItems
- The value you provided for the MaxItems request parameter.public InvalidationList withMaxItems(java.lang.Integer maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems
- The value you provided for the MaxItems request parameter.
public java.lang.Boolean isTruncated()
public void setIsTruncated(java.lang.Boolean isTruncated)
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 InvalidationList withIsTruncated(java.lang.Boolean isTruncated)
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.
public java.lang.Boolean getIsTruncated()
public java.util.List<InvalidationSummary> getInvalidationSummaries()
public void setInvalidationSummaries(java.util.Collection<InvalidationSummary> invalidationSummaries)
invalidationSummaries
- A complex type that lists the Invalidation ID and the status of that
request.public InvalidationList withInvalidationSummaries(InvalidationSummary... invalidationSummaries)
Returns a reference to this object so that method calls can be chained together.
invalidationSummaries
- A complex type that lists the Invalidation ID and the status of that
request.
public InvalidationList withInvalidationSummaries(java.util.Collection<InvalidationSummary> invalidationSummaries)
Returns a reference to this object so that method calls can be chained together.
invalidationSummaries
- A complex type that lists the Invalidation ID and the status of that
request.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |