AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
AttributeAction.h File Reference
#include <aws/dynamodb/DynamoDB_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::DynamoDB
 
 Aws::DynamoDB::Model
 
 Aws::DynamoDB::Model::AttributeActionMapper
 

Enumerations

enum  Aws::DynamoDB::Model::AttributeAction { Aws::DynamoDB::Model::AttributeAction::NOT_SET, Aws::DynamoDB::Model::AttributeAction::ADD, Aws::DynamoDB::Model::AttributeAction::PUT, Aws::DynamoDB::Model::AttributeAction::DELETE_ }
 

Functions

AWS_DYNAMODB_API AttributeAction Aws::DynamoDB::Model::AttributeActionMapper::GetAttributeActionForName (const Aws::String &name)
 
AWS_DYNAMODB_API Aws::String Aws::DynamoDB::Model::AttributeActionMapper::GetNameForAttributeAction (AttributeAction value)