7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/dynamodb/model/AttributeValue.h>
51 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
77 bool m_messageHasBeenSet =
false;
80 bool m_itemHasBeenSet =
false;
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html
AWS_DYNAMODB_API ConditionalCheckFailedException()
ConditionalCheckFailedException & AddItem(const Aws::String &key, AttributeValue &&value)
void SetMessage(const Aws::String &value)
bool ItemHasBeenSet() const
bool MessageHasBeenSet() const
void SetItem(Aws::Map< Aws::String, AttributeValue > &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
ConditionalCheckFailedException & WithItem(Aws::Map< Aws::String, AttributeValue > &&value)
ConditionalCheckFailedException & AddItem(const char *key, const AttributeValue &value)
ConditionalCheckFailedException & AddItem(Aws::String &&key, AttributeValue &&value)
ConditionalCheckFailedException & WithItem(const Aws::Map< Aws::String, AttributeValue > &value)
AWS_DYNAMODB_API ConditionalCheckFailedException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
ConditionalCheckFailedException & WithMessage(const Aws::String &value)
void SetItem(const Aws::Map< Aws::String, AttributeValue > &value)
ConditionalCheckFailedException & AddItem(Aws::String &&key, const AttributeValue &value)
AWS_DYNAMODB_API ConditionalCheckFailedException(Aws::Utils::Json::JsonView jsonValue)
ConditionalCheckFailedException & WithMessage(const char *value)
ConditionalCheckFailedException & WithMessage(Aws::String &&value)
ConditionalCheckFailedException & AddItem(const char *key, AttributeValue &&value)
ConditionalCheckFailedException & AddItem(const Aws::String &key, const AttributeValue &value)
void SetMessage(const char *value)
const Aws::Map< Aws::String, AttributeValue > & GetItem() const
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