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>
59 template <
typename AttributeValueT = Aws::String>
61 m_attributeValueHasBeenSet =
true;
62 m_attributeValue = std::forward<AttributeValueT>(value);
64 template <
typename AttributeValueT = Aws::String>
74 bool m_attributeNameHasBeenSet =
false;
75 bool m_attributeValueHasBeenSet =
false;
UserProficiencyDisassociate & WithAttributeValue(AttributeValueT &&value)
bool AttributeNameHasBeenSet() const
void SetAttributeValue(AttributeValueT &&value)
AWS_CONNECT_API UserProficiencyDisassociate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeName(AttributeNameT &&value)
AWS_CONNECT_API UserProficiencyDisassociate(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAttributeValue() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
UserProficiencyDisassociate & WithAttributeName(AttributeNameT &&value)
bool AttributeValueHasBeenSet() const
const Aws::String & GetAttributeName() const
AWS_CONNECT_API UserProficiencyDisassociate()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue