7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/PrimaryValue.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename PrimaryValuesT = Aws::Vector<PrimaryValue>>
44 m_primaryValuesHasBeenSet =
true;
45 m_primaryValues = std::forward<PrimaryValuesT>(value);
47 template <
typename PrimaryValuesT = Aws::Vector<PrimaryValue>>
52 template <
typename PrimaryValuesT = PrimaryValue>
54 m_primaryValuesHasBeenSet =
true;
55 m_primaryValues.emplace_back(std::forward<PrimaryValuesT>(value));
66 template <
typename AttributeNameT = Aws::String>
68 m_attributeNameHasBeenSet =
true;
69 m_attributeName = std::forward<AttributeNameT>(value);
71 template <
typename AttributeNameT = Aws::String>
81 bool m_primaryValuesHasBeenSet =
false;
82 bool m_attributeNameHasBeenSet =
false;
AWS_CONNECT_API DataTableValueIdentifier(Aws::Utils::Json::JsonView jsonValue)
bool PrimaryValuesHasBeenSet() const
DataTableValueIdentifier & WithPrimaryValues(PrimaryValuesT &&value)
void SetAttributeName(AttributeNameT &&value)
void SetPrimaryValues(PrimaryValuesT &&value)
const Aws::Vector< PrimaryValue > & GetPrimaryValues() const
DataTableValueIdentifier & WithAttributeName(AttributeNameT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAttributeName() const
bool AttributeNameHasBeenSet() const
AWS_CONNECT_API DataTableValueIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
DataTableValueIdentifier & AddPrimaryValues(PrimaryValuesT &&value)
AWS_CONNECT_API DataTableValueIdentifier()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue