/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { namespace RDS { namespace Model { /** *

See Also:

AWS * API Reference

*/ class AddSourceIdentifierToSubscriptionRequest : public RDSRequest { public: AWS_RDS_API AddSourceIdentifierToSubscriptionRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "AddSourceIdentifierToSubscription"; } AWS_RDS_API Aws::String SerializePayload() const override; protected: AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI& uri ) const override; public: /** *

The name of the RDS event notification subscription you want to add a source * identifier to.

*/ inline const Aws::String& GetSubscriptionName() const{ return m_subscriptionName; } /** *

The name of the RDS event notification subscription you want to add a source * identifier to.

*/ inline bool SubscriptionNameHasBeenSet() const { return m_subscriptionNameHasBeenSet; } /** *

The name of the RDS event notification subscription you want to add a source * identifier to.

*/ inline void SetSubscriptionName(const Aws::String& value) { m_subscriptionNameHasBeenSet = true; m_subscriptionName = value; } /** *

The name of the RDS event notification subscription you want to add a source * identifier to.

*/ inline void SetSubscriptionName(Aws::String&& value) { m_subscriptionNameHasBeenSet = true; m_subscriptionName = std::move(value); } /** *

The name of the RDS event notification subscription you want to add a source * identifier to.

*/ inline void SetSubscriptionName(const char* value) { m_subscriptionNameHasBeenSet = true; m_subscriptionName.assign(value); } /** *

The name of the RDS event notification subscription you want to add a source * identifier to.

*/ inline AddSourceIdentifierToSubscriptionRequest& WithSubscriptionName(const Aws::String& value) { SetSubscriptionName(value); return *this;} /** *

The name of the RDS event notification subscription you want to add a source * identifier to.

*/ inline AddSourceIdentifierToSubscriptionRequest& WithSubscriptionName(Aws::String&& value) { SetSubscriptionName(std::move(value)); return *this;} /** *

The name of the RDS event notification subscription you want to add a source * identifier to.

*/ inline AddSourceIdentifierToSubscriptionRequest& WithSubscriptionName(const char* value) { SetSubscriptionName(value); return *this;} /** *

The identifier of the event source to be added.

Constraints:

    *
  • If the source type is a DB instance, a DBInstanceIdentifier * value must be supplied.

  • If the source type is a DB cluster, a * DBClusterIdentifier value must be supplied.

  • If * the source type is a DB parameter group, a DBParameterGroupName * value must be supplied.

  • If the source type is a DB security * group, a DBSecurityGroupName value must be supplied.

  • *

    If the source type is a DB snapshot, a DBSnapshotIdentifier * value must be supplied.

  • If the source type is a DB cluster * snapshot, a DBClusterSnapshotIdentifier value must be supplied.

    *
  • If the source type is an RDS Proxy, a DBProxyName * value must be supplied.

*/ inline const Aws::String& GetSourceIdentifier() const{ return m_sourceIdentifier; } /** *

The identifier of the event source to be added.

Constraints:

    *
  • If the source type is a DB instance, a DBInstanceIdentifier * value must be supplied.

  • If the source type is a DB cluster, a * DBClusterIdentifier value must be supplied.

  • If * the source type is a DB parameter group, a DBParameterGroupName * value must be supplied.

  • If the source type is a DB security * group, a DBSecurityGroupName value must be supplied.

  • *

    If the source type is a DB snapshot, a DBSnapshotIdentifier * value must be supplied.

  • If the source type is a DB cluster * snapshot, a DBClusterSnapshotIdentifier value must be supplied.

    *
  • If the source type is an RDS Proxy, a DBProxyName * value must be supplied.

*/ inline bool SourceIdentifierHasBeenSet() const { return m_sourceIdentifierHasBeenSet; } /** *

The identifier of the event source to be added.

Constraints:

    *
  • If the source type is a DB instance, a DBInstanceIdentifier * value must be supplied.

  • If the source type is a DB cluster, a * DBClusterIdentifier value must be supplied.

  • If * the source type is a DB parameter group, a DBParameterGroupName * value must be supplied.

  • If the source type is a DB security * group, a DBSecurityGroupName value must be supplied.

  • *

    If the source type is a DB snapshot, a DBSnapshotIdentifier * value must be supplied.

  • If the source type is a DB cluster * snapshot, a DBClusterSnapshotIdentifier value must be supplied.

    *
  • If the source type is an RDS Proxy, a DBProxyName * value must be supplied.

*/ inline void SetSourceIdentifier(const Aws::String& value) { m_sourceIdentifierHasBeenSet = true; m_sourceIdentifier = value; } /** *

The identifier of the event source to be added.

Constraints:

    *
  • If the source type is a DB instance, a DBInstanceIdentifier * value must be supplied.

  • If the source type is a DB cluster, a * DBClusterIdentifier value must be supplied.

  • If * the source type is a DB parameter group, a DBParameterGroupName * value must be supplied.

  • If the source type is a DB security * group, a DBSecurityGroupName value must be supplied.

  • *

    If the source type is a DB snapshot, a DBSnapshotIdentifier * value must be supplied.

  • If the source type is a DB cluster * snapshot, a DBClusterSnapshotIdentifier value must be supplied.

    *
  • If the source type is an RDS Proxy, a DBProxyName * value must be supplied.

*/ inline void SetSourceIdentifier(Aws::String&& value) { m_sourceIdentifierHasBeenSet = true; m_sourceIdentifier = std::move(value); } /** *

The identifier of the event source to be added.

Constraints:

    *
  • If the source type is a DB instance, a DBInstanceIdentifier * value must be supplied.

  • If the source type is a DB cluster, a * DBClusterIdentifier value must be supplied.

  • If * the source type is a DB parameter group, a DBParameterGroupName * value must be supplied.

  • If the source type is a DB security * group, a DBSecurityGroupName value must be supplied.

  • *

    If the source type is a DB snapshot, a DBSnapshotIdentifier * value must be supplied.

  • If the source type is a DB cluster * snapshot, a DBClusterSnapshotIdentifier value must be supplied.

    *
  • If the source type is an RDS Proxy, a DBProxyName * value must be supplied.

*/ inline void SetSourceIdentifier(const char* value) { m_sourceIdentifierHasBeenSet = true; m_sourceIdentifier.assign(value); } /** *

The identifier of the event source to be added.

Constraints:

    *
  • If the source type is a DB instance, a DBInstanceIdentifier * value must be supplied.

  • If the source type is a DB cluster, a * DBClusterIdentifier value must be supplied.

  • If * the source type is a DB parameter group, a DBParameterGroupName * value must be supplied.

  • If the source type is a DB security * group, a DBSecurityGroupName value must be supplied.

  • *

    If the source type is a DB snapshot, a DBSnapshotIdentifier * value must be supplied.

  • If the source type is a DB cluster * snapshot, a DBClusterSnapshotIdentifier value must be supplied.

    *
  • If the source type is an RDS Proxy, a DBProxyName * value must be supplied.

*/ inline AddSourceIdentifierToSubscriptionRequest& WithSourceIdentifier(const Aws::String& value) { SetSourceIdentifier(value); return *this;} /** *

The identifier of the event source to be added.

Constraints:

    *
  • If the source type is a DB instance, a DBInstanceIdentifier * value must be supplied.

  • If the source type is a DB cluster, a * DBClusterIdentifier value must be supplied.

  • If * the source type is a DB parameter group, a DBParameterGroupName * value must be supplied.

  • If the source type is a DB security * group, a DBSecurityGroupName value must be supplied.

  • *

    If the source type is a DB snapshot, a DBSnapshotIdentifier * value must be supplied.

  • If the source type is a DB cluster * snapshot, a DBClusterSnapshotIdentifier value must be supplied.

    *
  • If the source type is an RDS Proxy, a DBProxyName * value must be supplied.

*/ inline AddSourceIdentifierToSubscriptionRequest& WithSourceIdentifier(Aws::String&& value) { SetSourceIdentifier(std::move(value)); return *this;} /** *

The identifier of the event source to be added.

Constraints:

    *
  • If the source type is a DB instance, a DBInstanceIdentifier * value must be supplied.

  • If the source type is a DB cluster, a * DBClusterIdentifier value must be supplied.

  • If * the source type is a DB parameter group, a DBParameterGroupName * value must be supplied.

  • If the source type is a DB security * group, a DBSecurityGroupName value must be supplied.

  • *

    If the source type is a DB snapshot, a DBSnapshotIdentifier * value must be supplied.

  • If the source type is a DB cluster * snapshot, a DBClusterSnapshotIdentifier value must be supplied.

    *
  • If the source type is an RDS Proxy, a DBProxyName * value must be supplied.

*/ inline AddSourceIdentifierToSubscriptionRequest& WithSourceIdentifier(const char* value) { SetSourceIdentifier(value); return *this;} private: Aws::String m_subscriptionName; bool m_subscriptionNameHasBeenSet = false; Aws::String m_sourceIdentifier; bool m_sourceIdentifierHasBeenSet = false; }; } // namespace Model } // namespace RDS } // namespace Aws