Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudfront.model
Class ListInvalidationsResult

java.lang.Object
  extended by com.amazonaws.services.cloudfront.model.ListInvalidationsResult
All Implemented Interfaces:
Serializable

public class ListInvalidationsResult
extends Object
implements Serializable

The returned result of the corresponding request.

See Also:
Serialized Form

Constructor Summary
ListInvalidationsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 InvalidationList getInvalidationList()
          Information about invalidation batches.
 int hashCode()
           
 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
getClass, 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()

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.