7#include <aws/polly/Polly_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/polly/model/LexiconAttributes.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename AttributesT = LexiconAttributes>
60 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
61 template<
typename AttributesT = LexiconAttributes>
67 bool m_nameHasBeenSet =
false;
70 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