com.amazonaws.services.cloudfront.model
Class InvalidationList

java.lang.Object
  extended by com.amazonaws.services.cloudfront.model.InvalidationList

public class InvalidationList
extends Object

An invalidation list.


Constructor Summary
InvalidationList()
          Default constructor for a new InvalidationList object.
 
Method Summary
 boolean equals(Object obj)
           
 List<InvalidationSummary> getInvalidationSummaries()
          A complex type that lists the Invalidation ID and the status of that request.
 Boolean getIsTruncated()
          A flag that indicates whether more invalidation batch requests remain to be listed.
 String getMarker()
          The value you provided for the Marker request parameter.
 Integer getMaxItems()
          The value you provided for the MaxItems request parameter.
 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()
           
 Boolean isTruncated()
          A flag that indicates whether more invalidation batch requests remain to be listed.
 void setInvalidationSummaries(Collection<InvalidationSummary> invalidationSummaries)
          A complex type that lists the Invalidation ID and the status of that request.
 void setIsTruncated(Boolean isTruncated)
          A flag that indicates whether more invalidation batch requests remain to be listed.
 void setMarker(String marker)
          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.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 InvalidationList withInvalidationSummaries(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(Boolean isTruncated)
          A flag that indicates whether more invalidation batch requests remain to be listed.
 InvalidationList withMarker(String marker)
          The value you provided for the Marker request parameter.
 InvalidationList withMaxItems(Integer maxItems)
          The value you provided for the MaxItems request parameter.
 InvalidationList 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidationList

public InvalidationList()
Default constructor for a new InvalidationList object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getMarker

public String getMarker()
The value you provided for the Marker request parameter.

Returns:
The value you provided for the Marker request parameter.

setMarker

public void setMarker(String marker)
The value you provided for the Marker request parameter.

Parameters:
marker - The value you provided for the Marker request parameter.

withMarker

public InvalidationList withMarker(String marker)
The value you provided for the Marker request parameter.

Returns a reference to this object so that method calls can be chained together.

Parameters:
marker - The value you provided for the Marker request parameter.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextMarker

public 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.

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.

setNextMarker

public 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.

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.

withNextMarker

public InvalidationList 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.

Returns a reference to this object so that method calls can be chained together.

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:
A reference to this updated object so that method calls can be chained together.

getMaxItems

public Integer getMaxItems()
The value you provided for the MaxItems request parameter.

Returns:
The value you provided for the MaxItems request parameter.

setMaxItems

public void setMaxItems(Integer maxItems)
The value you provided for the MaxItems request parameter.

Parameters:
maxItems - The value you provided for the MaxItems request parameter.

withMaxItems

public InvalidationList withMaxItems(Integer maxItems)
The value you provided for the MaxItems request parameter.

Returns a reference to this object so that method calls can be chained together.

Parameters:
maxItems - The value you provided for the MaxItems request parameter.
Returns:
A reference to this updated object so that method calls can be chained together.

isTruncated

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.

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.

setIsTruncated

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.

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.

withIsTruncated

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.

Returns a reference to this object so that method calls can be chained together.

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:
A reference to this updated object so that method calls can be chained together.

getIsTruncated

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.

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.

getInvalidationSummaries

public List<InvalidationSummary> getInvalidationSummaries()
A complex type that lists the Invalidation ID and the status of that request.

Returns:
A complex type that lists the Invalidation ID and the status of that request.

setInvalidationSummaries

public void setInvalidationSummaries(Collection<InvalidationSummary> invalidationSummaries)
A complex type that lists the Invalidation ID and the status of that request.

Parameters:
invalidationSummaries - A complex type that lists the Invalidation ID and the status of that request.

withInvalidationSummaries

public InvalidationList withInvalidationSummaries(InvalidationSummary... invalidationSummaries)
A complex type that lists the Invalidation ID and the status of that request.

Returns a reference to this object so that method calls can be chained together.

Parameters:
invalidationSummaries - A complex type that lists the Invalidation ID and the status of that request.
Returns:
A reference to this updated object so that method calls can be chained together.

withInvalidationSummaries

public InvalidationList withInvalidationSummaries(Collection<InvalidationSummary> invalidationSummaries)
A complex type that lists the Invalidation ID and the status of that request.

Returns a reference to this object so that method calls can be chained together.

Parameters:
invalidationSummaries - A complex type that lists the Invalidation ID and the status of that request.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.