A complex type that contains zero or more CustomErrorResponse elements.

コード例 #1
0
 public DistributionSummary WithCustomErrorResponses(CustomErrorResponses customErrorResponses)
 {
     this.customErrorResponses = customErrorResponses;
     return(this);
 }
コード例 #2
0
 public DistributionSummary WithCustomErrorResponses(CustomErrorResponses customErrorResponses)
 {
     this.customErrorResponses = customErrorResponses;
     return this;
 }
コード例 #3
0
 public DistributionConfig WithCustomErrorResponses(CustomErrorResponses customErrorResponses)
 {
     this.customErrorResponses = customErrorResponses;
     return this;
 }