A complex type that contains zero or more CustomErrorResponse elements.

 public DistributionSummary WithCustomErrorResponses(CustomErrorResponses customErrorResponses)
 {
     this.customErrorResponses = customErrorResponses;
     return(this);
 }
 public DistributionSummary WithCustomErrorResponses(CustomErrorResponses customErrorResponses)
 {
     this.customErrorResponses = customErrorResponses;
     return this;
 }
 public DistributionConfig WithCustomErrorResponses(CustomErrorResponses customErrorResponses)
 {
     this.customErrorResponses = customErrorResponses;
     return this;
 }