A complex type that specifies the whitelisted cookies, if any, that you want CloudFront
            to forward to your    origin that is associated with this cache behavior.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CookieNames
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CookieNames()()()() | Initializes a new instance of the CookieNames 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.) | 
|  | Items | 
            Gets and sets the property Items. Optional: A complex type that contains whitelisted
            cookies for this cache    behavior. If Quantity is 0, you can omit Items.
             | 
|  | Quantity | 
            Gets and sets the property Quantity. The number of whitelisted cookies for this cache
            behavior.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithItems(array<String>[]()[][]) | Obsolete. 
            Sets the Items property
             | 
|  | WithItems(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the Items property
             | 
|  | WithQuantity(Int32) | Obsolete. 
            Sets the Quantity property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CookieNames |