Represents a vault's notification configuration.

 public GetVaultNotificationsResult WithVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
 {
     this.vaultNotificationConfig = vaultNotificationConfig;
     return this;
 }
 /// <summary>
 /// Instantiates SetVaultNotificationsRequest with the parameterized properties
 /// </summary>
 /// <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos<code>-</code>apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.</param>
 /// <param name="vaultName">The name of the vault.</param>
 /// <param name="vaultNotificationConfig">Provides options for specifying notification configuration.</param>
 public SetVaultNotificationsRequest(string accountId, string vaultName, VaultNotificationConfig vaultNotificationConfig)
 {
     _accountId = accountId;
     _vaultName = vaultName;
     _vaultNotificationConfig = vaultNotificationConfig;
 }
 /// <summary>
 /// Instantiates SetVaultNotificationsRequest with the parameterized properties
 /// </summary>
 /// <param name="vaultName">The name of the vault.</param>
 /// <param name="vaultNotificationConfig">Provides options for specifying notification configuration.</param>
 public SetVaultNotificationsRequest(string vaultName, VaultNotificationConfig vaultNotificationConfig)
 {
     _vaultName = vaultName;
     _vaultNotificationConfig = vaultNotificationConfig;
 }
 /// <summary>
 /// Instantiates SetVaultNotificationsRequest with the parameterized properties
 /// </summary>
 /// <param name="vaultName">The name of the vault.</param>
 /// <param name="vaultNotificationConfig">Provides options for specifying notification configuration.</param>
 public SetVaultNotificationsRequest(string vaultName, VaultNotificationConfig vaultNotificationConfig)
 {
     _vaultName = vaultName;
     _vaultNotificationConfig = vaultNotificationConfig;
 }
 /// <summary>
 /// Instantiates SetVaultNotificationsRequest with the parameterized properties
 /// </summary>
 /// <param name="accountId">The <code>AccountId</code> value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '<code>-</code>' (hyphen), in which case Amazon S3 Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens ('-') in the ID.</param>
 /// <param name="vaultName">The name of the vault.</param>
 /// <param name="vaultNotificationConfig">Provides options for specifying notification configuration.</param>
 public SetVaultNotificationsRequest(string accountId, string vaultName, VaultNotificationConfig vaultNotificationConfig)
 {
     _accountId = accountId;
     _vaultName = vaultName;
     _vaultNotificationConfig = vaultNotificationConfig;
 }
 public GetVaultNotificationsResult WithVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
 {
     this.vaultNotificationConfig = vaultNotificationConfig;
     return(this);
 }