C# Class Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest

Container for the parameters to the DeleteCloudFrontOriginAccessIdentity operation.

Delete an origin access identity.

Inheritance: AmazonCloudFrontRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteCloudFrontOriginAccessIdentityRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteCloudFrontOriginAccessIdentityRequest ( string id, string ifMatch ) : System

Instantiates DeleteCloudFrontOriginAccessIdentityRequest with the parameterized properties

Private Methods

Method Description
IsSetId ( ) : bool
IsSetIfMatch ( ) : bool

Method Details

DeleteCloudFrontOriginAccessIdentityRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteCloudFrontOriginAccessIdentityRequest ( ) : System
return System

DeleteCloudFrontOriginAccessIdentityRequest() public method

Instantiates DeleteCloudFrontOriginAccessIdentityRequest with the parameterized properties
public DeleteCloudFrontOriginAccessIdentityRequest ( string id, string ifMatch ) : System
id string The origin access identity's ID.
ifMatch string The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.
return System