C# 클래스 Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityRequest

Container for the parameters to the UpdateCloudFrontOriginAccessIdentity operation. Update an origin access identity.
상속: AmazonCloudFrontRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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