7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/neptune/NeptuneRequest.h>
10#include <aws/neptune/Neptune_EXPORTS.h>
42 template <
typename SubscriptionNameT = Aws::String>
44 m_subscriptionNameHasBeenSet =
true;
45 m_subscriptionName = std::forward<SubscriptionNameT>(value);
47 template <
typename SubscriptionNameT = Aws::String>
62 template <
typename SnsTopicArnT = Aws::String>
64 m_snsTopicArnHasBeenSet =
true;
65 m_snsTopicArn = std::forward<SnsTopicArnT>(value);
67 template <
typename SnsTopicArnT = Aws::String>
84 template <
typename SourceTypeT = Aws::String>
86 m_sourceTypeHasBeenSet =
true;
87 m_sourceType = std::forward<SourceTypeT>(value);
89 template <
typename SourceTypeT = Aws::String>
104 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
106 m_eventCategoriesHasBeenSet =
true;
107 m_eventCategories = std::forward<EventCategoriesT>(value);
109 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
114 template <
typename EventCategoriesT = Aws::String>
116 m_eventCategoriesHasBeenSet =
true;
117 m_eventCategories.emplace_back(std::forward<EventCategoriesT>(value));
129 m_enabledHasBeenSet =
true;
139 bool m_subscriptionNameHasBeenSet =
false;
142 bool m_snsTopicArnHasBeenSet =
false;
145 bool m_sourceTypeHasBeenSet =
false;
148 bool m_eventCategoriesHasBeenSet =
false;
150 bool m_enabled{
false};
151 bool m_enabledHasBeenSet =
false;
const Aws::String & GetSourceType() const
ModifyEventSubscriptionRequest & AddEventCategories(EventCategoriesT &&value)
ModifyEventSubscriptionRequest & WithSourceType(SourceTypeT &&value)
ModifyEventSubscriptionRequest & WithEventCategories(EventCategoriesT &&value)
ModifyEventSubscriptionRequest & WithSubscriptionName(SubscriptionNameT &&value)
const Aws::Vector< Aws::String > & GetEventCategories() const
void SetSubscriptionName(SubscriptionNameT &&value)
void SetSnsTopicArn(SnsTopicArnT &&value)
ModifyEventSubscriptionRequest & WithEnabled(bool value)
bool SourceTypeHasBeenSet() const
ModifyEventSubscriptionRequest & WithSnsTopicArn(SnsTopicArnT &&value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool SnsTopicArnHasBeenSet() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
bool EventCategoriesHasBeenSet() const
AWS_NEPTUNE_API ModifyEventSubscriptionRequest()=default
const Aws::String & GetSubscriptionName() const
bool EnabledHasBeenSet() const
void SetEnabled(bool value)
virtual const char * GetServiceRequestName() const override
void SetEventCategories(EventCategoriesT &&value)
const Aws::String & GetSnsTopicArn() const
bool SubscriptionNameHasBeenSet() const
void SetSourceType(SourceTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector