7#include <aws/sdb/SimpleDB_EXPORTS.h>
8#include <aws/sdb/SimpleDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sdb/model/UpdateCondition.h>
12#include <aws/sdb/model/Attribute.h>
48 template<
typename DomainNameT = Aws::String>
49 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
50 template<
typename DomainNameT = Aws::String>
61 template<
typename ItemNameT = Aws::String>
62 void SetItemName(ItemNameT&& value) { m_itemNameHasBeenSet =
true; m_itemName = std::forward<ItemNameT>(value); }
63 template<
typename ItemNameT = Aws::String>
74 template<
typename AttributesT = Aws::Vector<Attribute>>
75 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
76 template<
typename AttributesT = Aws::Vector<Attribute>>
78 template<
typename AttributesT = Attribute>
90 template<
typename ExpectedT = UpdateCondition>
91 void SetExpected(ExpectedT&& value) { m_expectedHasBeenSet =
true; m_expected = std::forward<ExpectedT>(value); }
92 template<
typename ExpectedT = UpdateCondition>
98 bool m_domainNameHasBeenSet =
false;
101 bool m_itemNameHasBeenSet =
false;
104 bool m_attributesHasBeenSet =
false;
107 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