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>
59 template<
typename AttributeValueT = Aws::String>
60 void SetAttributeValue(AttributeValueT&& value) { m_attributeValueHasBeenSet =
true; m_attributeValue = std::forward<AttributeValueT>(value); }
61 template<
typename AttributeValueT = Aws::String>
67 bool m_attributeNameHasBeenSet =
false;
70 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