7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qconnect/QConnect_EXPORTS.h>
10#include <aws/qconnect/model/MessageData.h>
11#include <aws/qconnect/model/Participant.h>
43 template <
typename ValueT = MessageData>
45 m_valueHasBeenSet =
true;
46 m_value = std::forward<ValueT>(value);
48 template <
typename ValueT = MessageData>
50 SetValue(std::forward<ValueT>(value));
61 template <
typename MessageIdT = Aws::String>
63 m_messageIdHasBeenSet =
true;
64 m_messageId = std::forward<MessageIdT>(value);
66 template <
typename MessageIdT = Aws::String>
80 m_participantHasBeenSet =
true;
81 m_participant = value;
95 template <
typename TimestampT = Aws::Utils::DateTime>
97 m_timestampHasBeenSet =
true;
98 m_timestamp = std::forward<TimestampT>(value);
100 template <
typename TimestampT = Aws::Utils::DateTime>
114 bool m_valueHasBeenSet =
false;
115 bool m_messageIdHasBeenSet =
false;
116 bool m_participantHasBeenSet =
false;
117 bool m_timestampHasBeenSet =
false;
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const MessageData & GetValue() const
MessageOutput & WithParticipant(Participant value)
AWS_QCONNECT_API MessageOutput()=default
void SetMessageId(MessageIdT &&value)
AWS_QCONNECT_API MessageOutput(Aws::Utils::Json::JsonView jsonValue)
void SetTimestamp(TimestampT &&value)
bool MessageIdHasBeenSet() const
MessageOutput & WithTimestamp(TimestampT &&value)
MessageOutput & WithMessageId(MessageIdT &&value)
void SetParticipant(Participant value)
MessageOutput & WithValue(ValueT &&value)
bool ParticipantHasBeenSet() const
const Aws::Utils::DateTime & GetTimestamp() const
Participant GetParticipant() const
bool TimestampHasBeenSet() const
bool ValueHasBeenSet() const
const Aws::String & GetMessageId() const
AWS_QCONNECT_API MessageOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue