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>
46 template<
typename DomainNameT = Aws::String>
47 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
48 template<
typename DomainNameT = Aws::String>
58 template<
typename ItemNameT = Aws::String>
59 void SetItemName(ItemNameT&& value) { m_itemNameHasBeenSet =
true; m_itemName = std::forward<ItemNameT>(value); }
60 template<
typename ItemNameT = Aws::String>
70 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
71 void SetAttributeNames(AttributeNamesT&& value) { m_attributeNamesHasBeenSet =
true; m_attributeNames = std::forward<AttributeNamesT>(value); }
72 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
74 template<
typename AttributeNamesT = Aws::String>
87 inline void SetConsistentRead(
bool value) { m_consistentReadHasBeenSet =
true; m_consistentRead = value; }
93 bool m_domainNameHasBeenSet =
false;
96 bool m_itemNameHasBeenSet =
false;
99 bool m_attributeNamesHasBeenSet =
false;
101 bool m_consistentRead{
false};
102 bool m_consistentReadHasBeenSet =
false;
GetAttributesRequest & WithAttributeNames(AttributeNamesT &&value)
void SetDomainName(DomainNameT &&value)
virtual const char * GetServiceRequestName() const override
bool ConsistentReadHasBeenSet() const
const Aws::Vector< Aws::String > & GetAttributeNames() const
GetAttributesRequest & WithConsistentRead(bool value)
GetAttributesRequest & AddAttributeNames(AttributeNamesT &&value)
void SetConsistentRead(bool value)
AWS_SIMPLEDB_API GetAttributesRequest()=default
bool ItemNameHasBeenSet() const
const Aws::String & GetDomainName() const
bool AttributeNamesHasBeenSet() const
AWS_SIMPLEDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetAttributeNames(AttributeNamesT &&value)
bool DomainNameHasBeenSet() const
const Aws::String & GetItemName() const
GetAttributesRequest & WithDomainName(DomainNameT &&value)
AWS_SIMPLEDB_API Aws::String SerializePayload() const override
GetAttributesRequest & WithItemName(ItemNameT &&value)
bool GetConsistentRead() const
void SetItemName(ItemNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector