7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetAttributeName(
const char* value) { m_attributeNameHasBeenSet =
true; m_attributeName.assign(value); }
64 inline void SetAttributeValue(
const char* value) { m_attributeValueHasBeenSet =
true; m_attributeValue.assign(value); }
74 inline double GetLevel()
const{
return m_level; }
76 inline void SetLevel(
double value) { m_levelHasBeenSet =
true; m_level = value; }
82 bool m_attributeNameHasBeenSet =
false;
85 bool m_attributeValueHasBeenSet =
false;
88 bool m_levelHasBeenSet =
false;
UserProficiency & WithAttributeValue(const char *value)
UserProficiency & WithAttributeValue(Aws::String &&value)
void SetAttributeValue(Aws::String &&value)
void SetLevel(double value)
UserProficiency & WithLevel(double value)
const Aws::String & GetAttributeValue() const
AWS_CONNECT_API UserProficiency()
bool LevelHasBeenSet() const
bool AttributeNameHasBeenSet() const
void SetAttributeValue(const Aws::String &value)
UserProficiency & WithAttributeName(const char *value)
const Aws::String & GetAttributeName() const
UserProficiency & WithAttributeValue(const Aws::String &value)
UserProficiency & WithAttributeName(Aws::String &&value)
AWS_CONNECT_API UserProficiency(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API UserProficiency & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeValue(const char *value)
bool AttributeValueHasBeenSet() const
void SetAttributeName(Aws::String &&value)
void SetAttributeName(const char *value)
void SetAttributeName(const Aws::String &value)
UserProficiency & WithAttributeName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue