7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/BatchStatementError.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/dynamodb/model/AttributeValue.h>
63 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
89 bool m_errorHasBeenSet =
false;
92 bool m_tableNameHasBeenSet =
false;
95 bool m_itemHasBeenSet =
false;
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html
BatchStatementResponse & WithItem(const Aws::Map< Aws::String, AttributeValue > &value)
AWS_DYNAMODB_API BatchStatementResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API BatchStatementResponse(Aws::Utils::Json::JsonView jsonValue)
BatchStatementResponse & WithTableName(Aws::String &&value)
BatchStatementResponse & WithTableName(const Aws::String &value)
const Aws::String & GetTableName() const
bool ErrorHasBeenSet() const
bool TableNameHasBeenSet() const
AWS_DYNAMODB_API BatchStatementResponse()
BatchStatementResponse & AddItem(const char *key, AttributeValue &&value)
void SetError(BatchStatementError &&value)
BatchStatementResponse & AddItem(Aws::String &&key, const AttributeValue &value)
const BatchStatementError & GetError() const
void SetTableName(Aws::String &&value)
void SetItem(const Aws::Map< Aws::String, AttributeValue > &value)
BatchStatementResponse & AddItem(const Aws::String &key, AttributeValue &&value)
const Aws::Map< Aws::String, AttributeValue > & GetItem() const
BatchStatementResponse & AddItem(Aws::String &&key, AttributeValue &&value)
BatchStatementResponse & AddItem(const Aws::String &key, const AttributeValue &value)
bool ItemHasBeenSet() const
void SetTableName(const Aws::String &value)
void SetItem(Aws::Map< Aws::String, AttributeValue > &&value)
BatchStatementResponse & AddItem(const char *key, const AttributeValue &value)
void SetError(const BatchStatementError &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
BatchStatementResponse & WithItem(Aws::Map< Aws::String, AttributeValue > &&value)
void SetTableName(const char *value)
BatchStatementResponse & WithError(const BatchStatementError &value)
BatchStatementResponse & WithTableName(const char *value)
BatchStatementResponse & WithError(BatchStatementError &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue