コード例 #1
0
 /// <summary>
 /// Sets the OriginAccessIdentityConfig property for this request.
 /// </summary>
 /// <param name="oaiConfig">The value that OriginAccessIdentityConfig is set to</param>
 /// <returns>the request with the Id set</returns>
 public CreateOriginAccessIdentityRequest WithOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig oaiConfig)
 {
     this.oaiConfig = oaiConfig;
     return this;
 }
 public SetOriginAccessIdentityConfigRequest WithOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig config)
 {
     this.oaiConfig = config;
     return this;
 }