AWS SDK for .NET Documentation
DeleteOriginAccessIdentityRequest Class
AmazonAmazon.CloudFront_2012_03_15.ModelDeleteOriginAccessIdentityRequest Did this page help you?   Yes   No    Tell us about it...
The DeleteOriginAccessIdentityRequest contains the parameters used for the DeleteOriginAccessIdentity operation.
Required Parameters: Id
Required Parameters: ETag
Declaration Syntax
C#
public class DeleteOriginAccessIdentityRequest : CloudFrontRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteOriginAccessIdentityRequest()()()()
Initializes a new instance of the DeleteOriginAccessIdentityRequest 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)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ETag
Gets and sets the ETag property for the OriginAccessIdentity
(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 for the OriginAccessIdentity
(Overrides CloudFrontRequest.Id.)
Marker
Gets and sets the Marker property.
(Inherited from CloudFrontRequest.)
MaxItems
Gets and sets the MaxItems property.
(Inherited from CloudFrontRequest.)
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 of this request to the value passed in.

WithId(String) Obsolete.
Sets the Id property of this request to the value passed in.

Inheritance Hierarchy
Object
BaseRequest
 CloudFrontRequest
  DeleteOriginAccessIdentityRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)