7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AttributeNameT = Aws::String>
48 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
49 template<
typename AttributeNameT = Aws::String>
60 template<
typename AttributeValueT = Aws::String>
61 void SetAttributeValue(AttributeValueT&& value) { m_attributeValueHasBeenSet =
true; m_attributeValue = std::forward<AttributeValueT>(value); }
62 template<
typename AttributeValueT = Aws::String>
70 inline double GetLevel()
const {
return m_level; }
72 inline void SetLevel(
double value) { m_levelHasBeenSet =
true; m_level = value; }
78 bool m_attributeNameHasBeenSet =
false;
81 bool m_attributeValueHasBeenSet =
false;
84 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