7#include <aws/translate/Translate_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
71 inline void SetContentType(
const char* value) { m_contentTypeHasBeenSet =
true; m_contentType.assign(value); }
79 bool m_contentHasBeenSet =
false;
82 bool m_contentTypeHasBeenSet =
false;
void SetContentType(const Aws::String &value)
Document & WithContent(const Aws::Utils::CryptoBuffer &value)
AWS_TRANSLATE_API Aws::Utils::Json::JsonValue Jsonize() const
Document & WithContentType(Aws::String &&value)
Document & WithContent(Aws::Utils::CryptoBuffer &&value)
Document & WithContentType(const char *value)
void SetContentType(const char *value)
AWS_TRANSLATE_API Document(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSLATE_API Document()
void SetContent(const Aws::Utils::CryptoBuffer &value)
bool ContentTypeHasBeenSet() const
void SetContent(Aws::Utils::CryptoBuffer &&value)
const Aws::Utils::CryptoBuffer & GetContent() const
const Aws::String & GetContentType() const
void SetContentType(Aws::String &&value)
Document & WithContentType(const Aws::String &value)
bool ContentHasBeenSet() const
AWS_TRANSLATE_API Document & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue