7#include <aws/lex/LexRuntimeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lex/model/ContentType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lex/model/GenericAttachment.h>
24namespace LexRuntimeService
55 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
89 bool m_versionHasBeenSet =
false;
92 bool m_contentTypeHasBeenSet =
false;
95 bool m_genericAttachmentsHasBeenSet =
false;
ResponseCard & AddGenericAttachments(GenericAttachment &&value)
void SetGenericAttachments(const Aws::Vector< GenericAttachment > &value)
ResponseCard & WithGenericAttachments(Aws::Vector< GenericAttachment > &&value)
ResponseCard & WithVersion(Aws::String &&value)
bool ContentTypeHasBeenSet() const
const Aws::Vector< GenericAttachment > & GetGenericAttachments() const
ResponseCard & WithVersion(const char *value)
const ContentType & GetContentType() const
ResponseCard & WithContentType(ContentType &&value)
void SetVersion(Aws::String &&value)
void SetVersion(const Aws::String &value)
bool GenericAttachmentsHasBeenSet() const
void SetContentType(const ContentType &value)
ResponseCard & WithContentType(const ContentType &value)
void SetVersion(const char *value)
ResponseCard & WithVersion(const Aws::String &value)
AWS_LEXRUNTIMESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXRUNTIMESERVICE_API ResponseCard()
ResponseCard & AddGenericAttachments(const GenericAttachment &value)
bool VersionHasBeenSet() const
AWS_LEXRUNTIMESERVICE_API ResponseCard(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXRUNTIMESERVICE_API ResponseCard & operator=(Aws::Utils::Json::JsonView jsonValue)
ResponseCard & WithGenericAttachments(const Aws::Vector< GenericAttachment > &value)
const Aws::String & GetVersion() const
void SetContentType(ContentType &&value)
void SetGenericAttachments(Aws::Vector< GenericAttachment > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue