/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input to ModifyEventSubscription.See
* Also:
AWS
* API Reference
The name of the Amazon DocumentDB event notification subscription.
*/ inline const Aws::String& GetSubscriptionName() const{ return m_subscriptionName; } /** *The name of the Amazon DocumentDB event notification subscription.
*/ inline bool SubscriptionNameHasBeenSet() const { return m_subscriptionNameHasBeenSet; } /** *The name of the Amazon DocumentDB event notification subscription.
*/ inline void SetSubscriptionName(const Aws::String& value) { m_subscriptionNameHasBeenSet = true; m_subscriptionName = value; } /** *The name of the Amazon DocumentDB event notification subscription.
*/ inline void SetSubscriptionName(Aws::String&& value) { m_subscriptionNameHasBeenSet = true; m_subscriptionName = std::move(value); } /** *The name of the Amazon DocumentDB event notification subscription.
*/ inline void SetSubscriptionName(const char* value) { m_subscriptionNameHasBeenSet = true; m_subscriptionName.assign(value); } /** *The name of the Amazon DocumentDB event notification subscription.
*/ inline ModifyEventSubscriptionRequest& WithSubscriptionName(const Aws::String& value) { SetSubscriptionName(value); return *this;} /** *The name of the Amazon DocumentDB event notification subscription.
*/ inline ModifyEventSubscriptionRequest& WithSubscriptionName(Aws::String&& value) { SetSubscriptionName(std::move(value)); return *this;} /** *The name of the Amazon DocumentDB event notification subscription.
*/ inline ModifyEventSubscriptionRequest& WithSubscriptionName(const char* value) { SetSubscriptionName(value); return *this;} /** *The Amazon Resource Name (ARN) of the SNS topic created for event * notification. The ARN is created by Amazon SNS when you create a topic and * subscribe to it.
*/ inline const Aws::String& GetSnsTopicArn() const{ return m_snsTopicArn; } /** *The Amazon Resource Name (ARN) of the SNS topic created for event * notification. The ARN is created by Amazon SNS when you create a topic and * subscribe to it.
*/ inline bool SnsTopicArnHasBeenSet() const { return m_snsTopicArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the SNS topic created for event * notification. The ARN is created by Amazon SNS when you create a topic and * subscribe to it.
*/ inline void SetSnsTopicArn(const Aws::String& value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn = value; } /** *The Amazon Resource Name (ARN) of the SNS topic created for event * notification. The ARN is created by Amazon SNS when you create a topic and * subscribe to it.
*/ inline void SetSnsTopicArn(Aws::String&& value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the SNS topic created for event * notification. The ARN is created by Amazon SNS when you create a topic and * subscribe to it.
*/ inline void SetSnsTopicArn(const char* value) { m_snsTopicArnHasBeenSet = true; m_snsTopicArn.assign(value); } /** *The Amazon Resource Name (ARN) of the SNS topic created for event * notification. The ARN is created by Amazon SNS when you create a topic and * subscribe to it.
*/ inline ModifyEventSubscriptionRequest& WithSnsTopicArn(const Aws::String& value) { SetSnsTopicArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the SNS topic created for event * notification. The ARN is created by Amazon SNS when you create a topic and * subscribe to it.
*/ inline ModifyEventSubscriptionRequest& WithSnsTopicArn(Aws::String&& value) { SetSnsTopicArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the SNS topic created for event * notification. The ARN is created by Amazon SNS when you create a topic and * subscribe to it.
*/ inline ModifyEventSubscriptionRequest& WithSnsTopicArn(const char* value) { SetSnsTopicArn(value); return *this;} /** *The type of source that is generating the events. For example, if you want to
* be notified of events generated by an instance, set this parameter to
* db-instance
. If this value is not specified, all events are
* returned.
Valid values: db-instance
,
* db-parameter-group
, db-security-group
The type of source that is generating the events. For example, if you want to
* be notified of events generated by an instance, set this parameter to
* db-instance
. If this value is not specified, all events are
* returned.
Valid values: db-instance
,
* db-parameter-group
, db-security-group
The type of source that is generating the events. For example, if you want to
* be notified of events generated by an instance, set this parameter to
* db-instance
. If this value is not specified, all events are
* returned.
Valid values: db-instance
,
* db-parameter-group
, db-security-group
The type of source that is generating the events. For example, if you want to
* be notified of events generated by an instance, set this parameter to
* db-instance
. If this value is not specified, all events are
* returned.
Valid values: db-instance
,
* db-parameter-group
, db-security-group
The type of source that is generating the events. For example, if you want to
* be notified of events generated by an instance, set this parameter to
* db-instance
. If this value is not specified, all events are
* returned.
Valid values: db-instance
,
* db-parameter-group
, db-security-group
The type of source that is generating the events. For example, if you want to
* be notified of events generated by an instance, set this parameter to
* db-instance
. If this value is not specified, all events are
* returned.
Valid values: db-instance
,
* db-parameter-group
, db-security-group
The type of source that is generating the events. For example, if you want to
* be notified of events generated by an instance, set this parameter to
* db-instance
. If this value is not specified, all events are
* returned.
Valid values: db-instance
,
* db-parameter-group
, db-security-group
The type of source that is generating the events. For example, if you want to
* be notified of events generated by an instance, set this parameter to
* db-instance
. If this value is not specified, all events are
* returned.
Valid values: db-instance
,
* db-parameter-group
, db-security-group
A list of event categories for a SourceType
that you want to
* subscribe to.
A list of event categories for a SourceType
that you want to
* subscribe to.
A list of event categories for a SourceType
that you want to
* subscribe to.
A list of event categories for a SourceType
that you want to
* subscribe to.
A list of event categories for a SourceType
that you want to
* subscribe to.
A list of event categories for a SourceType
that you want to
* subscribe to.
A list of event categories for a SourceType
that you want to
* subscribe to.
A list of event categories for a SourceType
that you want to
* subscribe to.
A list of event categories for a SourceType
that you want to
* subscribe to.
A Boolean value; set to true
to activate the subscription.
A Boolean value; set to true
to activate the subscription.
A Boolean value; set to true
to activate the subscription.
A Boolean value; set to true
to activate the subscription.