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>
48 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
62 inline void SetItemName(
const char* value) { m_itemNameHasBeenSet =
true; m_itemName.assign(value); }
92 inline void SetConsistentRead(
bool value) { m_consistentReadHasBeenSet =
true; m_consistentRead = value; }
98 bool m_domainNameHasBeenSet =
false;
101 bool m_itemNameHasBeenSet =
false;
104 bool m_attributeNamesHasBeenSet =
false;
106 bool m_consistentRead;
107 bool m_consistentReadHasBeenSet =
false;
GetAttributesRequest & AddAttributeNames(const Aws::String &value)
void SetItemName(const Aws::String &value)
void SetAttributeNames(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
GetAttributesRequest & WithAttributeNames(const Aws::Vector< Aws::String > &value)
bool ConsistentReadHasBeenSet() const
const Aws::Vector< Aws::String > & GetAttributeNames() const
GetAttributesRequest & AddAttributeNames(Aws::String &&value)
void SetDomainName(const char *value)
GetAttributesRequest & WithDomainName(const char *value)
GetAttributesRequest & WithConsistentRead(bool value)
void SetItemName(Aws::String &&value)
GetAttributesRequest & WithDomainName(const Aws::String &value)
void SetConsistentRead(bool value)
bool ItemNameHasBeenSet() const
const Aws::String & GetDomainName() const
bool AttributeNamesHasBeenSet() const
AWS_SIMPLEDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDomainName(Aws::String &&value)
GetAttributesRequest & AddAttributeNames(const char *value)
GetAttributesRequest & WithItemName(const Aws::String &value)
bool DomainNameHasBeenSet() const
const Aws::String & GetItemName() const
void SetDomainName(const Aws::String &value)
AWS_SIMPLEDB_API Aws::String SerializePayload() const override
void SetItemName(const char *value)
GetAttributesRequest & WithItemName(const char *value)
AWS_SIMPLEDB_API GetAttributesRequest()
bool GetConsistentRead() const
GetAttributesRequest & WithAttributeNames(Aws::Vector< Aws::String > &&value)
GetAttributesRequest & WithDomainName(Aws::String &&value)
GetAttributesRequest & WithItemName(Aws::String &&value)
void SetAttributeNames(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector