7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-runtime/model/MessageContentType.h>
10#include <aws/lexv2-runtime/model/ImageResponseCard.h>
51 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
81 bool m_contentHasBeenSet =
false;
84 bool m_contentTypeHasBeenSet =
false;
87 bool m_imageResponseCardHasBeenSet =
false;
Message & WithContent(const Aws::String &value)
Message & WithContent(Aws::String &&value)
Message & WithContentType(MessageContentType &&value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetImageResponseCard(ImageResponseCard &&value)
Message & WithContentType(const MessageContentType &value)
Message & WithContent(const char *value)
void SetContentType(MessageContentType &&value)
void SetImageResponseCard(const ImageResponseCard &value)
const Aws::String & GetContent() const
void SetContent(const Aws::String &value)
bool ContentTypeHasBeenSet() const
AWS_LEXRUNTIMEV2_API Message(Aws::Utils::Json::JsonView jsonValue)
Message & WithImageResponseCard(ImageResponseCard &&value)
AWS_LEXRUNTIMEV2_API Message & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ContentHasBeenSet() const
bool ImageResponseCardHasBeenSet() const
AWS_LEXRUNTIMEV2_API Message()
void SetContentType(const MessageContentType &value)
const ImageResponseCard & GetImageResponseCard() const
void SetContent(Aws::String &&value)
const MessageContentType & GetContentType() const
Message & WithImageResponseCard(const ImageResponseCard &value)
void SetContent(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue