7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AppIntegrationsService
47 template<
typename EventT = Aws::String>
48 void SetEvent(EventT&& value) { m_eventHasBeenSet =
true; m_event = std::forward<EventT>(value); }
49 template<
typename EventT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
67 bool m_eventHasBeenSet =
false;
70 bool m_descriptionHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
Subscription & WithDescription(DescriptionT &&value)
AWS_APPINTEGRATIONSSERVICE_API Subscription()=default
const Aws::String & GetDescription() const
Subscription & WithEvent(EventT &&value)
AWS_APPINTEGRATIONSSERVICE_API Subscription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API Subscription(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEvent() const
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool EventHasBeenSet() const
void SetEvent(EventT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue