7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/AttributeValue.h>
9#include <aws/dynamodb/model/AttributeAction.h>
59 template<
typename ValueT = AttributeValue>
60 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
61 template<
typename ValueT = AttributeValue>
126 bool m_valueHasBeenSet =
false;
129 bool m_actionHasBeenSet =
false;
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html
AWS_DYNAMODB_API AttributeValueUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AttributeValueUpdate & WithAction(AttributeAction value)
AttributeValueUpdate & WithValue(ValueT &&value)
AttributeAction GetAction() const
AWS_DYNAMODB_API AttributeValueUpdate()=default
void SetAction(AttributeAction value)
bool ActionHasBeenSet() const
const AttributeValue & GetValue() const
void SetValue(ValueT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API AttributeValueUpdate(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue