Contains a list of paths to objects that are to be invalidated and a CallerReference to ensure the request can't be replayed.
            For more information, please visit:
            http://docs.amazonwebservices.com/AmazonCloudFront/latest/APIReference/index.html?InvalidationBatchDatatype.html
 Declaration Syntax
 Declaration Syntax| C# | 
public class InvalidationBatch
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InvalidationBatch()()()() | 
            Default constructor
             | 
|  | InvalidationBatch(String) | 
            Constructs and instance of InvalidationBatch with a callerReference.
             | 
|  | InvalidationBatch(String, List<(Of <<'(String>)>>)) | 
            Constructs and instance of InvalidationBatch with a callerReference and a list of paths to objects.
             | 
|  | CallerReference | 
            Gets and Sets the CallerReference property a unique name that ensures the request can't be replayed.
             | 
|  | 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.) | 
|  | Paths | 
            Gets and Sets the Paths property which is a list of paths to objects that will be invalidated.
             | 
|  | ToString()()()() | 
            Creates a XML representation of this object and returns it back as a string.
            (Overrides Object.ToString()()()().) | 
|  | WithCallerReference(String) | Obsolete. 
            Sets the CallerReference property and returns back this instance to chain method calls.
             | 
|  | WithPaths(array<String>[]()[][]) | Obsolete. 
            Adds paths to the collection of path strings and returns back this instance to chain method calls.
             | 
|  | WithPaths(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds paths to the collection of path strings and returns back this instance to chain method calls.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InvalidationBatch |