/// <summary>
 /// Sets the NotificationConfiguration property for this request.
 /// </summary>
 /// <param name="notificationConfig">The value that NotificationConfiguration is set to</param>
 /// <returns>this instance</returns>
 public SetNotificationConfigurationRequest WithNotificationConfiguration(NotificationConfigurationList notificationConfig)
 {
     this.notificationConfig = notificationConfig;
     return(this);
 }
 /// <summary>
 /// Sets the NotificationConfiguration property for this request.
 /// </summary>
 /// <param name="notificationConfig">The value that NotificationConfiguration is set to</param>
 /// <returns>this instance</returns>
 public SetNotificationConfigurationRequest WithNotificationConfiguration(NotificationConfigurationList notificationConfig)
 {
     this.notificationConfig = notificationConfig;
     return this;
 }