7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/lex-models/model/ContentType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace LexModelBuildingService
36 AWS_LEXMODELBUILDINGSERVICE_API
Message();
62 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
76 inline void SetGroupNumber(
int value) { m_groupNumberHasBeenSet =
true; m_groupNumber = value; }
82 bool m_contentTypeHasBeenSet =
false;
85 bool m_contentHasBeenSet =
false;
88 bool m_groupNumberHasBeenSet =
false;
void SetContentType(ContentType &&value)
void SetContent(Aws::String &&value)
AWS_LEXMODELBUILDINGSERVICE_API Message & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContentType(const ContentType &value)
void SetContent(const char *value)
AWS_LEXMODELBUILDINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Message & WithContentType(const ContentType &value)
int GetGroupNumber() const
const Aws::String & GetContent() const
AWS_LEXMODELBUILDINGSERVICE_API Message()
Message & WithContent(Aws::String &&value)
void SetContent(const Aws::String &value)
bool GroupNumberHasBeenSet() const
bool ContentTypeHasBeenSet() const
Message & WithContentType(ContentType &&value)
void SetGroupNumber(int value)
Message & WithGroupNumber(int value)
bool ContentHasBeenSet() const
Message & WithContent(const Aws::String &value)
AWS_LEXMODELBUILDINGSERVICE_API Message(Aws::Utils::Json::JsonView jsonValue)
const ContentType & GetContentType() const
Message & WithContent(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue