An invalidation list.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InvalidationList
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InvalidationList()()()() | Initializes a new instance of the InvalidationList class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsTruncated | 
            Gets and sets the property 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.
             | 
|  | Items | 
            Gets and sets the property Items. A complex type that contains one InvalidationSummary
            element for    each invalidation batch that was created by the current AWS account.
             | 
|  | Marker | 
            Gets and sets the property Marker. The value you provided for the Marker request parameter.
             | 
|  | MaxItems | 
            Gets and sets the property MaxItems. The value you provided for the MaxItems request
            parameter.
             | 
|  | NextMarker | 
            Gets and sets the property 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.
             | 
|  | Quantity | 
            Gets and sets the property Quantity. The number of invalidation batches that were
            created by the current AWS    account.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithIsTruncated(Boolean) | Obsolete. 
            Sets the IsTruncated property
             | 
|  | WithItems(array<InvalidationSummary>[]()[][]) | Obsolete. 
            Sets the Items property
             | 
|  | WithItems(IEnumerable<(Of <<'(InvalidationSummary>)>>)) | Obsolete. 
            Sets the Items property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithMaxItems(Int32) | Obsolete. 
            Sets the MaxItems property
             | 
|  | WithNextMarker(String) | Obsolete. 
            Sets the NextMarker property
             | 
|  | WithQuantity(Int32) | Obsolete. 
            Sets the Quantity property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InvalidationList |