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 DeliveryStreamNameT = Aws::String>
61 m_deliveryStreamNameHasBeenSet =
true;
62 m_deliveryStreamName = std::forward<DeliveryStreamNameT>(value);
64 template <
typename DeliveryStreamNameT = Aws::String>
79 template <
typename SeparatorT = Aws::String>
81 m_separatorHasBeenSet =
true;
82 m_separator = std::forward<SeparatorT>(value);
84 template <
typename SeparatorT = Aws::String>
105 m_batchModeHasBeenSet =
true;
120 bool m_batchMode{
false};
121 bool m_roleArnHasBeenSet =
false;
122 bool m_deliveryStreamNameHasBeenSet =
false;
123 bool m_separatorHasBeenSet =
false;
124 bool m_batchModeHasBeenSet =
false;
void SetBatchMode(bool value)
const Aws::String & GetSeparator() const
AWS_IOT_API FirehoseAction & operator=(Aws::Utils::Json::JsonView jsonValue)
FirehoseAction & WithDeliveryStreamName(DeliveryStreamNameT &&value)
FirehoseAction & WithRoleArn(RoleArnT &&value)
void SetSeparator(SeparatorT &&value)
FirehoseAction & WithBatchMode(bool value)
bool SeparatorHasBeenSet() const
bool BatchModeHasBeenSet() const
void SetDeliveryStreamName(DeliveryStreamNameT &&value)
AWS_IOT_API FirehoseAction(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetRoleArn() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool RoleArnHasBeenSet() const
bool GetBatchMode() const
AWS_IOT_API FirehoseAction()=default
FirehoseAction & WithSeparator(SeparatorT &&value)
bool DeliveryStreamNameHasBeenSet() const
const Aws::String & GetDeliveryStreamName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue