7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename AttributeNameT = Aws::String>
43 m_attributeNameHasBeenSet =
true;
44 m_attributeName = std::forward<AttributeNameT>(value);
46 template <
typename AttributeNameT = Aws::String>
60 template <
typename AttributeValueT = Aws::String>
62 m_attributeValueHasBeenSet =
true;
63 m_attributeValue = std::forward<AttributeValueT>(value);
65 template <
typename AttributeValueT = Aws::String>
76 inline double GetLevel()
const {
return m_level; }
79 m_levelHasBeenSet =
true;
93 bool m_attributeNameHasBeenSet =
false;
94 bool m_attributeValueHasBeenSet =
false;
95 bool m_levelHasBeenSet =
false;
UserProficiency & WithAttributeName(AttributeNameT &&value)
AWS_CONNECT_API UserProficiency()=default
UserProficiency & WithAttributeValue(AttributeValueT &&value)
void SetLevel(double value)
UserProficiency & WithLevel(double value)
const Aws::String & GetAttributeValue() const
bool LevelHasBeenSet() const
void SetAttributeValue(AttributeValueT &&value)
bool AttributeNameHasBeenSet() const
const Aws::String & GetAttributeName() const
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)
bool AttributeValueHasBeenSet() const
void SetAttributeName(AttributeNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue