C# Класс Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest

Container for the parameters to the UpdateCloudFrontOriginAccessIdentity operation. Update an origin access identity.
Наследование: AmazonCloudFrontRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetCloudFrontOriginAccessIdentityConfig ( ) : bool
IsSetId ( ) : bool
IsSetIfMatch ( ) : bool

Описание методов

UpdateCloudFrontOriginAccessIdentityRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public UpdateCloudFrontOriginAccessIdentityRequest ( ) : System
Результат System

UpdateCloudFrontOriginAccessIdentityRequest() публичный Метод

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.
Результат System