7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/MessageData.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qconnect/model/Participant.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename ValueT = MessageData>
50 void SetValue(
ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
51 template<
typename ValueT = MessageData>
61 template<
typename MessageIdT = Aws::String>
62 void SetMessageId(
MessageIdT&& value) { m_messageIdHasBeenSet =
true; m_messageId = std::forward<MessageIdT>(value); }
63 template<
typename MessageIdT = Aws::String>
83 template<
typename TimestampT = Aws::Utils::DateTime>
84 void SetTimestamp(
TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
85 template<
typename TimestampT = Aws::Utils::DateTime>
91 bool m_valueHasBeenSet =
false;
94 bool m_messageIdHasBeenSet =
false;
97 bool m_participantHasBeenSet =
false;
100 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