7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AccessType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 m_accessTypeHasBeenSet =
true;
58 template <
typename AttributeNameT = Aws::String>
60 m_attributeNameHasBeenSet =
true;
61 m_attributeName = std::forward<AttributeNameT>(value);
63 template <
typename AttributeNameT = Aws::String>
76 template <
typename ValuesT = Aws::Vector<Aws::String>>
78 m_valuesHasBeenSet =
true;
79 m_values = std::forward<ValuesT>(value);
81 template <
typename ValuesT = Aws::Vector<Aws::String>>
86 template <
typename ValuesT = Aws::String>
88 m_valuesHasBeenSet =
true;
89 m_values.emplace_back(std::forward<ValuesT>(value));
99 bool m_accessTypeHasBeenSet =
false;
100 bool m_attributeNameHasBeenSet =
false;
101 bool m_valuesHasBeenSet =
false;
AccessType GetAccessType() const
PrimaryAttributeValue & AddValues(ValuesT &&value)
AWS_CONNECT_API PrimaryAttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetValues() const
PrimaryAttributeValue & WithValues(ValuesT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributeNameHasBeenSet() const
PrimaryAttributeValue & WithAttributeName(AttributeNameT &&value)
void SetAccessType(AccessType value)
AWS_CONNECT_API PrimaryAttributeValue()=default
const Aws::String & GetAttributeName() const
PrimaryAttributeValue & WithAccessType(AccessType value)
bool ValuesHasBeenSet() const
bool AccessTypeHasBeenSet() const
void SetValues(ValuesT &&value)
AWS_CONNECT_API PrimaryAttributeValue(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeName(AttributeNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue