C# Class Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigRequest

Container for the parameters to the GetCloudFrontOriginAccessIdentityConfig operation.

Get the configuration information about an origin access identity.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetCloudFrontOriginAccessIdentityConfigRequest ( ) : System

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

GetCloudFrontOriginAccessIdentityConfigRequest ( string id ) : System

Instantiates GetCloudFrontOriginAccessIdentityConfigRequest with the parameterized properties

Private Methods

Method Description
IsSetId ( ) : bool

Method Details

GetCloudFrontOriginAccessIdentityConfigRequest() public method

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

GetCloudFrontOriginAccessIdentityConfigRequest() public method

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