7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/polly/Polly_EXPORTS.h>
9#include <aws/polly/model/LexiconAttributes.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename AttributesT = LexiconAttributes>
61 m_attributesHasBeenSet =
true;
62 m_attributes = std::forward<AttributesT>(value);
64 template <
typename AttributesT = LexiconAttributes>
74 bool m_nameHasBeenSet =
false;
75 bool m_attributesHasBeenSet =
false;
bool AttributesHasBeenSet() const
LexiconDescription & WithName(NameT &&value)
AWS_POLLY_API LexiconDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool NameHasBeenSet() const
AWS_POLLY_API Aws::Utils::Json::JsonValue Jsonize() const
const LexiconAttributes & GetAttributes() const
void SetAttributes(AttributesT &&value)
AWS_POLLY_API LexiconDescription(Aws::Utils::Json::JsonView jsonValue)
LexiconDescription & WithAttributes(AttributesT &&value)
AWS_POLLY_API LexiconDescription()=default
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue