C# Class Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityRequest

Container for the parameters to the GetCloudFrontOriginAccessIdentity operation.

Get the information about an origin access identity.

Inheritance: AmazonCloudFrontRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetCloudFrontOriginAccessIdentityRequest ( ) : System

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

GetCloudFrontOriginAccessIdentityRequest ( string id ) : System

Instantiates GetCloudFrontOriginAccessIdentityRequest with the parameterized properties

Private Methods

Method Description
IsSetId ( ) : bool

Method Details

GetCloudFrontOriginAccessIdentityRequest() public method

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

GetCloudFrontOriginAccessIdentityRequest() public method

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