com.amazonaws.services.cloudfront.model
Class ListInvalidationsResult

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

public class ListInvalidationsResult
extends Object

The returned result of the corresponding request.


Constructor Summary
ListInvalidationsResult()
           
 
Method Summary
 InvalidationList getInvalidationList()
          Information about invalidation batches.
 void setInvalidationList(InvalidationList invalidationList)
          Information about invalidation batches.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListInvalidationsResult withInvalidationList(InvalidationList invalidationList)
          Information about invalidation batches.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListInvalidationsResult

public ListInvalidationsResult()
Method Detail

getInvalidationList

public InvalidationList getInvalidationList()
Information about invalidation batches.

Returns:
Information about invalidation batches.

setInvalidationList

public void setInvalidationList(InvalidationList invalidationList)
Information about invalidation batches.

Parameters:
invalidationList - Information about invalidation batches.

withInvalidationList

public ListInvalidationsResult withInvalidationList(InvalidationList invalidationList)
Information about invalidation batches.

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

Parameters:
invalidationList - Information about invalidation batches.
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()


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