7#include <aws/polly/Polly_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ContentT = Aws::String>
51 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
52 template<
typename ContentT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
70 bool m_contentHasBeenSet =
false;
73 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