7#include <aws/polly/Polly_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/polly/model/LexiconAttributes.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
69 bool m_nameHasBeenSet =
false;
72 bool m_attributesHasBeenSet =
false;
void SetAttributes(LexiconAttributes &&value)
bool AttributesHasBeenSet() const
LexiconDescription & WithName(const Aws::String &value)
LexiconDescription & WithAttributes(const LexiconAttributes &value)
LexiconDescription & WithName(Aws::String &&value)
void SetName(const char *value)
AWS_POLLY_API LexiconDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributes(const LexiconAttributes &value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
void SetName(const Aws::String &value)
bool NameHasBeenSet() const
AWS_POLLY_API Aws::Utils::Json::JsonValue Jsonize() const
const LexiconAttributes & GetAttributes() const
AWS_POLLY_API LexiconDescription(Aws::Utils::Json::JsonView jsonValue)
LexiconDescription & WithName(const char *value)
AWS_POLLY_API LexiconDescription()
LexiconDescription & WithAttributes(LexiconAttributes &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue