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/ReplaceableAttribute.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>
62 template <
typename ItemNameT = Aws::String>
64 m_itemNameHasBeenSet =
true;
65 m_itemName = std::forward<ItemNameT>(value);
67 template <
typename ItemNameT = Aws::String>
80 template <
typename AttributesT = Aws::Vector<ReplaceableAttribute>>
82 m_attributesHasBeenSet =
true;
83 m_attributes = std::forward<AttributesT>(value);
85 template <
typename AttributesT = Aws::Vector<ReplaceableAttribute>>
90 template <
typename AttributesT = ReplaceableAttribute>
92 m_attributesHasBeenSet =
true;
93 m_attributes.emplace_back(std::forward<AttributesT>(value));
106 template <
typename ExpectedT = UpdateCondition>
108 m_expectedHasBeenSet =
true;
109 m_expected = std::forward<ExpectedT>(value);
111 template <
typename ExpectedT = UpdateCondition>
125 bool m_domainNameHasBeenSet =
false;
126 bool m_itemNameHasBeenSet =
false;
127 bool m_attributesHasBeenSet =
false;
128 bool m_expectedHasBeenSet =
false;
bool DomainNameHasBeenSet() const
bool ItemNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetItemName(ItemNameT &&value)
bool AttributesHasBeenSet() const
PutAttributesRequest & WithItemName(ItemNameT &&value)
PutAttributesRequest & WithAttributes(AttributesT &&value)
const UpdateCondition & GetExpected() const
bool ExpectedHasBeenSet() const
const Aws::Vector< ReplaceableAttribute > & GetAttributes() const
void SetAttributes(AttributesT &&value)
AWS_SIMPLEDB_API Aws::String SerializePayload() const override
PutAttributesRequest & WithExpected(ExpectedT &&value)
const Aws::String & GetDomainName() const
PutAttributesRequest & WithDomainName(DomainNameT &&value)
AWS_SIMPLEDB_API PutAttributesRequest()=default
AWS_SIMPLEDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDomainName(DomainNameT &&value)
PutAttributesRequest & AddAttributes(AttributesT &&value)
const Aws::String & GetItemName() const
void SetExpected(ExpectedT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector