Class ListInvalidationsResult
java.lang.Object
com.amazonaws.services.cloudfront.model.ListInvalidationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The returned result of the corresponding request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about invalidation batches.int
hashCode()
void
setInvalidationList
(InvalidationList invalidationList) Information about invalidation batches.toString()
Returns a string representation of this object; useful for testing and debugging.withInvalidationList
(InvalidationList invalidationList) Information about invalidation batches.
-
Constructor Details
-
ListInvalidationsResult
public ListInvalidationsResult()
-
-
Method Details
-
setInvalidationList
Information about invalidation batches.- Parameters:
invalidationList
- Information about invalidation batches.
-
getInvalidationList
Information about invalidation batches.- Returns:
- Information about invalidation batches.
-
withInvalidationList
Information about invalidation batches.- Parameters:
invalidationList
- Information about invalidation batches.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-