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
51 inline void SetMessageId(
const char* value) { m_messageIdHasBeenSet =
true; m_messageId.assign(value); }
89 inline void SetPayload(
const char* value) { m_payloadHasBeenSet =
true; m_payload.assign(value); }
97 bool m_messageIdHasBeenSet =
false;
100 bool m_eventTypeHasBeenSet =
false;
103 bool m_timestampHasBeenSet =
false;
106 bool m_payloadHasBeenSet =
false;
void SetPayload(Aws::String &&value)
const Aws::Utils::DateTime & GetTimestamp() const
FlowExecutionMessage & WithPayload(const Aws::String &value)
FlowExecutionMessage & WithPayload(Aws::String &&value)
void SetMessageId(const char *value)
bool MessageIdHasBeenSet() const
void SetPayload(const char *value)
void SetEventType(const FlowExecutionEventType &value)
bool TimestampHasBeenSet() const
FlowExecutionMessage & WithTimestamp(Aws::Utils::DateTime &&value)
const Aws::String & GetMessageId() const
FlowExecutionMessage & WithMessageId(Aws::String &&value)
FlowExecutionMessage & WithMessageId(const Aws::String &value)
FlowExecutionMessage & WithPayload(const char *value)
FlowExecutionMessage & WithTimestamp(const Aws::Utils::DateTime &value)
FlowExecutionMessage & WithEventType(FlowExecutionEventType &&value)
AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPayload() const
void SetTimestamp(Aws::Utils::DateTime &&value)
AWS_IOTTHINGSGRAPH_API FlowExecutionMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
FlowExecutionMessage & WithEventType(const FlowExecutionEventType &value)
void SetTimestamp(const Aws::Utils::DateTime &value)
void SetMessageId(const Aws::String &value)
void SetPayload(const Aws::String &value)
bool PayloadHasBeenSet() const
const FlowExecutionEventType & GetEventType() const
void SetMessageId(Aws::String &&value)
FlowExecutionMessage & WithMessageId(const char *value)
AWS_IOTTHINGSGRAPH_API FlowExecutionMessage(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTTHINGSGRAPH_API FlowExecutionMessage()
bool EventTypeHasBeenSet() const
void SetEventType(FlowExecutionEventType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue