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 SchemaT = Aws::String>
61 m_schemaHasBeenSet =
true;
62 m_schema = std::forward<SchemaT>(value);
64 template <
typename SchemaT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
94 bool m_eventHasBeenSet =
false;
95 bool m_schemaHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
AWS_APPINTEGRATIONSSERVICE_API Publication()=default
bool EventHasBeenSet() const
void SetEvent(EventT &&value)
const Aws::String & GetDescription() const
AWS_APPINTEGRATIONSSERVICE_API Publication(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
const Aws::String & GetSchema() const
const Aws::String & GetEvent() const
AWS_APPINTEGRATIONSSERVICE_API Publication & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Publication & WithDescription(DescriptionT &&value)
Publication & WithEvent(EventT &&value)
void SetSchema(SchemaT &&value)
Publication & WithSchema(SchemaT &&value)
bool SchemaHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue