7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "RemoveSourceIdentifierFromSubscription"; }
46 template<
typename SubscriptionNameT = Aws::String>
47 void SetSubscriptionName(SubscriptionNameT&& value) { m_subscriptionNameHasBeenSet =
true; m_subscriptionName = std::forward<SubscriptionNameT>(value); }
48 template<
typename SubscriptionNameT = Aws::String>
59 template<
typename SourceIdentifierT = Aws::String>
60 void SetSourceIdentifier(SourceIdentifierT&& value) { m_sourceIdentifierHasBeenSet =
true; m_sourceIdentifier = std::forward<SourceIdentifierT>(value); }
61 template<
typename SourceIdentifierT = Aws::String>
67 bool m_subscriptionNameHasBeenSet =
false;
70 bool m_sourceIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
RemoveSourceIdentifierFromSubscriptionRequest & WithSubscriptionName(SubscriptionNameT &&value)
void SetSourceIdentifier(SourceIdentifierT &&value)
bool SubscriptionNameHasBeenSet() const
AWS_NEPTUNE_API RemoveSourceIdentifierFromSubscriptionRequest()=default
bool SourceIdentifierHasBeenSet() const
const Aws::String & GetSourceIdentifier() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
RemoveSourceIdentifierFromSubscriptionRequest & WithSourceIdentifier(SourceIdentifierT &&value)
void SetSubscriptionName(SubscriptionNameT &&value)
const Aws::String & GetSubscriptionName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String