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 "AddSourceIdentifierToSubscription"; }
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>
65 template<
typename SourceIdentifierT = Aws::String>
66 void SetSourceIdentifier(SourceIdentifierT&& value) { m_sourceIdentifierHasBeenSet =
true; m_sourceIdentifier = std::forward<SourceIdentifierT>(value); }
67 template<
typename SourceIdentifierT = Aws::String>
73 bool m_subscriptionNameHasBeenSet =
false;
76 bool m_sourceIdentifierHasBeenSet =
false;
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool SourceIdentifierHasBeenSet() const
void SetSubscriptionName(SubscriptionNameT &&value)
AddSourceIdentifierToSubscriptionRequest & WithSourceIdentifier(SourceIdentifierT &&value)
AddSourceIdentifierToSubscriptionRequest & WithSubscriptionName(SubscriptionNameT &&value)
void SetSourceIdentifier(SourceIdentifierT &&value)
const Aws::String & GetSourceIdentifier() const
AWS_NEPTUNE_API AddSourceIdentifierToSubscriptionRequest()=default
const Aws::String & GetSubscriptionName() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
bool SubscriptionNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String