7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sdb/SimpleDBRequest.h>
10#include <aws/sdb/SimpleDB_EXPORTS.h>
11#include <aws/sdb/model/Attribute.h>
12#include <aws/sdb/model/UpdateCondition.h>
44 template <
typename DomainNameT = Aws::String>
46 m_domainNameHasBeenSet =
true;
47 m_domainName = std::forward<DomainNameT>(value);
49 template <
typename DomainNameT = Aws::String>
63 template <
typename ItemNameT = Aws::String>
65 m_itemNameHasBeenSet =
true;
66 m_itemName = std::forward<ItemNameT>(value);
68 template <
typename ItemNameT = Aws::String>
82 template <
typename AttributesT = Aws::Vector<Attribute>>
84 m_attributesHasBeenSet =
true;
85 m_attributes = std::forward<AttributesT>(value);
87 template <
typename AttributesT = Aws::Vector<Attribute>>
92 template <
typename AttributesT = Attribute>
94 m_attributesHasBeenSet =
true;
95 m_attributes.emplace_back(std::forward<AttributesT>(value));
108 template <
typename ExpectedT = UpdateCondition>
110 m_expectedHasBeenSet =
true;
111 m_expected = std::forward<ExpectedT>(value);
113 template <
typename ExpectedT = UpdateCondition>
127 bool m_domainNameHasBeenSet =
false;
128 bool m_itemNameHasBeenSet =
false;
129 bool m_attributesHasBeenSet =
false;
130 bool m_expectedHasBeenSet =
false;
void SetAttributes(AttributesT &&value)
void SetDomainName(DomainNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetExpected(ExpectedT &&value)
bool AttributesHasBeenSet() const
DeleteAttributesRequest & AddAttributes(AttributesT &&value)
const Aws::Vector< Attribute > & GetAttributes() const
AWS_SIMPLEDB_API DeleteAttributesRequest()=default
const Aws::String & GetDomainName() const
DeleteAttributesRequest & WithDomainName(DomainNameT &&value)
const UpdateCondition & GetExpected() const
DeleteAttributesRequest & WithItemName(ItemNameT &&value)
bool DomainNameHasBeenSet() const
bool ItemNameHasBeenSet() const
const Aws::String & GetItemName() const
DeleteAttributesRequest & WithAttributes(AttributesT &&value)
AWS_SIMPLEDB_API Aws::String SerializePayload() const override
bool ExpectedHasBeenSet() const
AWS_SIMPLEDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetItemName(ItemNameT &&value)
DeleteAttributesRequest & WithExpected(ExpectedT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector