7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
41 template <
typename RoleArnT = Aws::String>
43 m_roleArnHasBeenSet =
true;
44 m_roleArn = std::forward<RoleArnT>(value);
46 template <
typename RoleArnT = Aws::String>
59 template <
typename StreamNameT = Aws::String>
61 m_streamNameHasBeenSet =
true;
62 m_streamName = std::forward<StreamNameT>(value);
64 template <
typename StreamNameT = Aws::String>
77 template <
typename PartitionKeyT = Aws::String>
79 m_partitionKeyHasBeenSet =
true;
80 m_partitionKey = std::forward<PartitionKeyT>(value);
82 template <
typename PartitionKeyT = Aws::String>
94 bool m_roleArnHasBeenSet =
false;
95 bool m_streamNameHasBeenSet =
false;
96 bool m_partitionKeyHasBeenSet =
false;
AWS_IOT_API KinesisAction()=default
AWS_IOT_API KinesisAction(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
bool PartitionKeyHasBeenSet() const
KinesisAction & WithRoleArn(RoleArnT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
KinesisAction & WithStreamName(StreamNameT &&value)
KinesisAction & WithPartitionKey(PartitionKeyT &&value)
const Aws::String & GetPartitionKey() const
void SetPartitionKey(PartitionKeyT &&value)
bool RoleArnHasBeenSet() const
AWS_IOT_API KinesisAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StreamNameHasBeenSet() const
const Aws::String & GetStreamName() const
void SetStreamName(StreamNameT &&value)
const Aws::String & GetRoleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue