C# Class Amazon.CloudFront.Model.GetDistributionRequest

Container for the parameters to the GetDistribution operation. Get the information about a distribution.
Inheritance: AmazonCloudFrontRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetDistributionRequest ( ) : System

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

GetDistributionRequest ( string id ) : System

Instantiates GetDistributionRequest with the parameterized properties

Private Methods

Method Description
IsSetId ( ) : bool

Method Details

GetDistributionRequest() public method

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

GetDistributionRequest() public method

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