7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
33 inline virtual const char*
GetServiceRequestName()
const override {
return "RemoveSourceIdentifierFromSubscription"; }
49 template<
typename SubscriptionNameT = Aws::String>
50 void SetSubscriptionName(SubscriptionNameT&& value) { m_subscriptionNameHasBeenSet =
true; m_subscriptionName = std::forward<SubscriptionNameT>(value); }
51 template<
typename SubscriptionNameT = Aws::String>
62 template<
typename SourceIdentifierT = Aws::String>
63 void SetSourceIdentifier(SourceIdentifierT&& value) { m_sourceIdentifierHasBeenSet =
true; m_sourceIdentifier = std::forward<SourceIdentifierT>(value); }
64 template<
typename SourceIdentifierT = Aws::String>
70 bool m_subscriptionNameHasBeenSet =
false;
73 bool m_sourceIdentifierHasBeenSet =
false;
RemoveSourceIdentifierFromSubscriptionRequest & WithSourceIdentifier(SourceIdentifierT &&value)
AWS_RDS_API RemoveSourceIdentifierFromSubscriptionRequest()=default
AWS_RDS_API Aws::String SerializePayload() const override
void SetSubscriptionName(SubscriptionNameT &&value)
const Aws::String & GetSubscriptionName() const
bool SubscriptionNameHasBeenSet() const
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
RemoveSourceIdentifierFromSubscriptionRequest & WithSubscriptionName(SubscriptionNameT &&value)
bool SourceIdentifierHasBeenSet() const
void SetSourceIdentifier(SourceIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSourceIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String