7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename RoleArnT = Aws::String>
48 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
49 template<
typename RoleArnT = Aws::String>
59 template<
typename StreamNameT = Aws::String>
60 void SetStreamName(StreamNameT&& value) { m_streamNameHasBeenSet =
true; m_streamName = std::forward<StreamNameT>(value); }
61 template<
typename StreamNameT = Aws::String>
71 template<
typename PartitionKeyT = Aws::String>
72 void SetPartitionKey(PartitionKeyT&& value) { m_partitionKeyHasBeenSet =
true; m_partitionKey = std::forward<PartitionKeyT>(value); }
73 template<
typename PartitionKeyT = Aws::String>
79 bool m_roleArnHasBeenSet =
false;
82 bool m_streamNameHasBeenSet =
false;
85 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