7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/polly/Polly_EXPORTS.h>
44 template <
typename ContentT = Aws::String>
46 m_contentHasBeenSet =
true;
47 m_content = std::forward<ContentT>(value);
49 template <
typename ContentT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
77 bool m_contentHasBeenSet =
false;
78 bool m_nameHasBeenSet =
false;
Lexicon & WithName(NameT &&value)
void SetContent(ContentT &&value)
Lexicon & WithContent(ContentT &&value)
AWS_POLLY_API Lexicon(Aws::Utils::Json::JsonView jsonValue)
bool ContentHasBeenSet() const
const Aws::String & GetName() const
AWS_POLLY_API Lexicon()=default
const Aws::String & GetContent() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_POLLY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_POLLY_API Lexicon & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue