The ListOriginAccessIdentitiesRequest contains the parameters used for the ListOriginAccessIdentities operation.
            All parameters to this request object are optional.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListOriginAccessIdentitiesRequest : CloudFrontRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListOriginAccessIdentitiesRequest()()()() | Initializes a new instance of the ListOriginAccessIdentitiesRequest class | 
|  | AddHeaders(NameValueCollection) | 
            Adds all of the key/value pairs from collection into our request header.
            (Inherited from BaseRequest.) | 
|  | DistributionConfig | 
            Gets and Sets the DistributionConfig property.
            (Inherited from CloudFrontRequest.) | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ETag | 
            Gets and sets the ETag property.
            (Inherited from CloudFrontRequest.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Id | 
            Gets and sets the Id property.
            (Inherited from CloudFrontRequest.) | 
|  | Marker | 
            Gets and sets the Marker property.
            All keys returned will be lexiographically after the marker.
            (Overrides CloudFrontRequest.Marker.) | 
|  | MaxItems | 
            Gets and sets the MaxItems property.
            Limits the result set of keys to MaxItems.
            (Overrides CloudFrontRequest.MaxItems.) | 
|  | StreamingDistributionConfig | 
            Gets and Sets the StreamingDistributionConfig property.
            (Inherited from CloudFrontRequest.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property for this request.
            All keys returned will be lexiographically after the marker.
             | 
|  | WithMaxItems(String) | Obsolete. 
            Sets the MaxItems property for this request.
            Limits the result set of keys to MaxItems.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |||
|  | BaseRequest | ||
|  | CloudFrontRequest | ||
|  | ListOriginAccessIdentitiesRequest | ||