7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
9#include <aws/iot/model/PutItemInput.h>
43 template <
typename RoleArnT = Aws::String>
45 m_roleArnHasBeenSet =
true;
46 m_roleArn = std::forward<RoleArnT>(value);
48 template <
typename RoleArnT = Aws::String>
65 template <
typename PutItemT = PutItemInput>
67 m_putItemHasBeenSet =
true;
68 m_putItem = std::forward<PutItemT>(value);
70 template <
typename PutItemT = PutItemInput>
80 bool m_roleArnHasBeenSet =
false;
81 bool m_putItemHasBeenSet =
false;
DynamoDBv2Action & WithRoleArn(RoleArnT &&value)
const PutItemInput & GetPutItem() const
bool PutItemHasBeenSet() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API DynamoDBv2Action & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPutItem(PutItemT &&value)
DynamoDBv2Action & WithPutItem(PutItemT &&value)
const Aws::String & GetRoleArn() const
AWS_IOT_API DynamoDBv2Action(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
bool RoleArnHasBeenSet() const
AWS_IOT_API DynamoDBv2Action()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue