The SetOriginAccessIdentityConfigRequest contains the parameters used for the
            SetOriginAccessIdentityConfig operation.
            
Required Parameters: Id
Required Parameters: OriginAccessIdentityConfig
Required Parameters: ETag of the Origin Access Identity. This value can be retrieved via a call to GetOriginAccessIdentityInfo.
Required Parameters: Id
Required Parameters: OriginAccessIdentityConfig
Required Parameters: ETag of the Origin Access Identity. This value can be retrieved via a call to GetOriginAccessIdentityInfo.
 Declaration Syntax
 Declaration Syntax| C# | 
public class SetOriginAccessIdentityConfigRequest : CloudFrontRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SetOriginAccessIdentityConfigRequest()()()() | Initializes a new instance of the SetOriginAccessIdentityConfigRequest 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. This value should be the ETag of the 
            Origin Access Identity.
            ETag(Overrides CloudFrontRequest.ETag.) | 
|  | 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.
            (Overrides CloudFrontRequest.Id.) | 
|  | 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.
            The CloudFront Origin Access Identity's configuration will be modified
            to reflect the values in this configuration object.
             | 
|  | StreamingDistributionConfig | 
            Gets and Sets the StreamingDistributionConfig property.
            (Inherited from CloudFrontRequest.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithETag(String) | Obsolete. 
            Sets the ETag property for this request.
            This is the ETag of the CloudFront Origin Access Identity which will be reconfigured.
             | 
|  | WithId(String) | Obsolete. 
            Sets the Id property for this request.
            This is the Id of the CloudFront Origin Access Identity 
            that will be reconfigured by this request.
             | 
|  | WithOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) | Obsolete. 
            Sets the OriginAccessIdentityConfig property for this request.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |||
|  | BaseRequest | ||
|  | CloudFrontRequest | ||
|  | SetOriginAccessIdentityConfigRequest | ||