7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/Get.h>
49 inline void SetGet(
const Get& value) { m_getHasBeenSet =
true; m_get = value; }
50 inline void SetGet(
Get&& value) { m_getHasBeenSet =
true; m_get = std::move(value); }
57 bool m_getHasBeenSet =
false;
const Get & GetGet() const
void SetGet(const Get &value)
AWS_DYNAMODB_API TransactGetItem()
AWS_DYNAMODB_API TransactGetItem & operator=(Aws::Utils::Json::JsonView jsonValue)
TransactGetItem & WithGet(const Get &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetHasBeenSet() const
AWS_DYNAMODB_API TransactGetItem(Aws::Utils::Json::JsonView jsonValue)
TransactGetItem & WithGet(Get &&value)
Aws::Utils::Json::JsonValue JsonValue