C# Class Amazon.CloudFront.Model.DeleteDistributionRequest

Container for the parameters to the DeleteDistribution operation. Delete a distribution.
Inheritance: AmazonCloudFrontRequest
ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteDistributionRequest ( ) : System

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

DeleteDistributionRequest ( string id, string ifMatch ) : System

Instantiates DeleteDistributionRequest with the parameterized properties

Private Methods

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

Method Details

DeleteDistributionRequest() public method

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

DeleteDistributionRequest() public method

Instantiates DeleteDistributionRequest with the parameterized properties
public DeleteDistributionRequest ( string id, string ifMatch ) : System
id string The distribution ID.
ifMatch string The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.
return System