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 SchemaT = Aws::String>
60 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
61 template<
typename SchemaT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
79 bool m_eventHasBeenSet =
false;
82 bool m_schemaHasBeenSet =
false;
85 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