C# Class Amazon.CloudFront.Model.GetDistributionConfigRequest

Container for the parameters to the GetDistributionConfig operation.

Get the configuration information about a distribution.

Inheritance: AmazonCloudFrontRequest
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetDistributionConfigRequest ( ) : System

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

GetDistributionConfigRequest ( string id ) : System

Instantiates GetDistributionConfigRequest with the parameterized properties

Private Methods

Method Description
IsSetId ( ) : bool

Method Details

GetDistributionConfigRequest() public method

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

GetDistributionConfigRequest() public method

Instantiates GetDistributionConfigRequest with the parameterized properties
public GetDistributionConfigRequest ( string id ) : System
id string The distribution's ID.
return System