7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/DataTableLockVersion.h>
9#include <aws/connect/model/PrimaryValue.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename PrimaryValuesT = Aws::Vector<PrimaryValue>>
45 m_primaryValuesHasBeenSet =
true;
46 m_primaryValues = std::forward<PrimaryValuesT>(value);
48 template <
typename PrimaryValuesT = Aws::Vector<PrimaryValue>>
53 template <
typename PrimaryValuesT = PrimaryValue>
55 m_primaryValuesHasBeenSet =
true;
56 m_primaryValues.emplace_back(std::forward<PrimaryValuesT>(value));
67 template <
typename AttributeNameT = Aws::String>
69 m_attributeNameHasBeenSet =
true;
70 m_attributeName = std::forward<AttributeNameT>(value);
72 template <
typename AttributeNameT = Aws::String>
85 template <
typename LockVersionT = DataTableLockVersion>
87 m_lockVersionHasBeenSet =
true;
88 m_lockVersion = std::forward<LockVersionT>(value);
90 template <
typename LockVersionT = DataTableLockVersion>
102 bool m_primaryValuesHasBeenSet =
false;
103 bool m_attributeNameHasBeenSet =
false;
104 bool m_lockVersionHasBeenSet =
false;
void SetPrimaryValues(PrimaryValuesT &&value)
const Aws::Vector< PrimaryValue > & GetPrimaryValues() const
bool AttributeNameHasBeenSet() const
AWS_CONNECT_API DataTableDeleteValueIdentifier(Aws::Utils::Json::JsonView jsonValue)
bool PrimaryValuesHasBeenSet() const
DataTableDeleteValueIdentifier & WithAttributeName(AttributeNameT &&value)
AWS_CONNECT_API DataTableDeleteValueIdentifier()=default
bool LockVersionHasBeenSet() const
const Aws::String & GetAttributeName() const
DataTableDeleteValueIdentifier & WithLockVersion(LockVersionT &&value)
const DataTableLockVersion & GetLockVersion() const
AWS_CONNECT_API DataTableDeleteValueIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
DataTableDeleteValueIdentifier & AddPrimaryValues(PrimaryValuesT &&value)
void SetAttributeName(AttributeNameT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLockVersion(LockVersionT &&value)
DataTableDeleteValueIdentifier & WithPrimaryValues(PrimaryValuesT &&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