7#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotthingsgraph/model/FlowExecutionEventType.h>
10#include <aws/core/utils/DateTime.h>
23namespace IoTThingsGraph
49 template<
typename MessageIdT = Aws::String>
50 void SetMessageId(MessageIdT&& value) { m_messageIdHasBeenSet =
true; m_messageId = std::forward<MessageIdT>(value); }
51 template<
typename MessageIdT = Aws::String>
71 template<
typename TimestampT = Aws::Utils::DateTime>
72 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
73 template<
typename TimestampT = Aws::Utils::DateTime>
83 template<
typename PayloadT = Aws::String>
84 void SetPayload(PayloadT&& value) { m_payloadHasBeenSet =
true; m_payload = std::forward<PayloadT>(value); }
85 template<
typename PayloadT = Aws::String>
91 bool m_messageIdHasBeenSet =
false;
94 bool m_eventTypeHasBeenSet =
false;
97 bool m_timestampHasBeenSet =
false;
100 bool m_payloadHasBeenSet =
false;
void SetTimestamp(TimestampT &&value)
AWS_IOTTHINGSGRAPH_API FlowExecutionMessage()=default
void SetPayload(PayloadT &&value)
const Aws::Utils::DateTime & GetTimestamp() const
FlowExecutionMessage & WithPayload(PayloadT &&value)
bool MessageIdHasBeenSet() const
void SetEventType(FlowExecutionEventType value)
bool TimestampHasBeenSet() const
FlowExecutionMessage & WithTimestamp(TimestampT &&value)
const Aws::String & GetMessageId() const
AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPayload() const
FlowExecutionMessage & WithMessageId(MessageIdT &&value)
void SetMessageId(MessageIdT &&value)
AWS_IOTTHINGSGRAPH_API FlowExecutionMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
FlowExecutionEventType GetEventType() const
bool PayloadHasBeenSet() const
FlowExecutionMessage & WithEventType(FlowExecutionEventType value)
AWS_IOTTHINGSGRAPH_API FlowExecutionMessage(Aws::Utils::Json::JsonView jsonValue)
bool EventTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue