The CreateOriginAccessIdentityRequest contains the parameters used for the CreateOriginAccessIdentity operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateOriginAccessIdentityRequest : CloudFrontRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateOriginAccessIdentityRequest()()()() | Initializes a new instance of the CreateOriginAccessIdentityRequest 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.
            (Inherited from CloudFrontRequest.) | 
|  | MaxItems | 
            Gets and sets the MaxItems property.
            (Inherited from CloudFrontRequest.) | 
|  | OriginAccessIdentityConfig | 
            Gets and Sets the OriginAccessIdentityConfig property.
             | 
|  | StreamingDistributionConfig | 
            Gets and Sets the StreamingDistributionConfig property.
            (Inherited from CloudFrontRequest.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) | Obsolete. 
            Sets the OriginAccessIdentityConfig property for this request.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |||
|  | BaseRequest | ||
|  | CloudFrontRequest | ||
|  | CreateOriginAccessIdentityRequest | ||