C# Class Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest

Container for the parameters to the UpdateCloudFrontOriginAccessIdentity operation. Update an origin access identity.
Inheritance: AmazonCloudFrontRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
UpdateCloudFrontOriginAccessIdentityRequest ( ) : System

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

UpdateCloudFrontOriginAccessIdentityRequest ( string id, string ifMatch, CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig ) : System

Instantiates UpdateCloudFrontOriginAccessIdentityRequest with the parameterized properties

Private Methods

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

Method Details

UpdateCloudFrontOriginAccessIdentityRequest() public method

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

UpdateCloudFrontOriginAccessIdentityRequest() public method

Instantiates UpdateCloudFrontOriginAccessIdentityRequest with the parameterized properties
public UpdateCloudFrontOriginAccessIdentityRequest ( string id, string ifMatch, CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig ) : System
id string The identity's id.
ifMatch string The value of the ETag header that you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.
cloudFrontOriginAccessIdentityConfig CloudFrontOriginAccessIdentityConfig The identity's configuration information.
return System