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