7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotevents/model/Payload.h>
50 template<
typename DeliveryStreamNameT = Aws::String>
51 void SetDeliveryStreamName(DeliveryStreamNameT&& value) { m_deliveryStreamNameHasBeenSet =
true; m_deliveryStreamName = std::forward<DeliveryStreamNameT>(value); }
52 template<
typename DeliveryStreamNameT = Aws::String>
64 template<
typename SeparatorT = Aws::String>
65 void SetSeparator(SeparatorT&& value) { m_separatorHasBeenSet =
true; m_separator = std::forward<SeparatorT>(value); }
66 template<
typename SeparatorT = Aws::String>
77 template<
typename PayloadT = Payload>
78 void SetPayload(PayloadT&& value) { m_payloadHasBeenSet =
true; m_payload = std::forward<PayloadT>(value); }
79 template<
typename PayloadT = Payload>
85 bool m_deliveryStreamNameHasBeenSet =
false;
88 bool m_separatorHasBeenSet =
false;
91 bool m_payloadHasBeenSet =
false;
FirehoseAction & WithPayload(PayloadT &&value)
const Aws::String & GetSeparator() const
FirehoseAction & WithDeliveryStreamName(DeliveryStreamNameT &&value)
AWS_IOTEVENTS_API FirehoseAction(Aws::Utils::Json::JsonView jsonValue)
bool SeparatorHasBeenSet() const
AWS_IOTEVENTS_API FirehoseAction()=default
void SetPayload(PayloadT &&value)
bool PayloadHasBeenSet() const
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSeparator(SeparatorT &&value)
AWS_IOTEVENTS_API FirehoseAction & operator=(Aws::Utils::Json::JsonView jsonValue)
const Payload & GetPayload() const
bool DeliveryStreamNameHasBeenSet() const
FirehoseAction & WithSeparator(SeparatorT &&value)
void SetDeliveryStreamName(DeliveryStreamNameT &&value)
const Aws::String & GetDeliveryStreamName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue