C# Class Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest

Container for the parameters to the DeleteCloudFrontOriginAccessIdentity operation.

Delete an origin access identity.

Inheritance: AmazonCloudFrontRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetId ( ) : bool
IsSetIfMatch ( ) : bool

Method Details

DeleteCloudFrontOriginAccessIdentityRequest() public méthode

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

DeleteCloudFrontOriginAccessIdentityRequest() public méthode

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.
Résultat System