7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ContentTypeT = Aws::String>
48 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
49 template<
typename ContentTypeT = Aws::String>
59 template<
typename DataT = Aws::String>
60 void SetData(DataT&& value) { m_dataHasBeenSet =
true; m_data = std::forward<DataT>(value); }
61 template<
typename DataT = Aws::String>
67 bool m_contentTypeHasBeenSet =
false;
70 bool m_dataHasBeenSet =
false;
AWS_CODECATALYST_API EventPayload & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ContentTypeHasBeenSet() const
AWS_CODECATALYST_API EventPayload()=default
const Aws::String & GetData() const
AWS_CODECATALYST_API EventPayload(Aws::Utils::Json::JsonView jsonValue)
bool DataHasBeenSet() const
EventPayload & WithData(DataT &&value)
void SetData(DataT &&value)
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetContentType() const
EventPayload & WithContentType(ContentTypeT &&value)
void SetContentType(ContentTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue