7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AppIntegrationsService {
41 template <
typename EventT = Aws::String>
43 m_eventHasBeenSet =
true;
44 m_event = std::forward<EventT>(value);
46 template <
typename EventT = Aws::String>
48 SetEvent(std::forward<EventT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
74 bool m_eventHasBeenSet =
false;
75 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