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 DeliveryStreamNameT = Aws::String>
60 void SetDeliveryStreamName(DeliveryStreamNameT&& value) { m_deliveryStreamNameHasBeenSet =
true; m_deliveryStreamName = std::forward<DeliveryStreamNameT>(value); }
61 template<
typename DeliveryStreamNameT = Aws::String>
73 template<
typename SeparatorT = Aws::String>
74 void SetSeparator(SeparatorT&& value) { m_separatorHasBeenSet =
true; m_separator = std::forward<SeparatorT>(value); }
75 template<
typename SeparatorT = Aws::String>
92 inline void SetBatchMode(
bool value) { m_batchModeHasBeenSet =
true; m_batchMode = value; }
98 bool m_roleArnHasBeenSet =
false;
101 bool m_deliveryStreamNameHasBeenSet =
false;
104 bool m_separatorHasBeenSet =
false;
106 bool m_batchMode{
false};
107 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