7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename ConversationIdT = Aws::String>
50 template<
typename ConversationIdT = Aws::String>
60 template<
typename TitleT = Aws::String>
61 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
62 template<
typename TitleT = Aws::String>
72 template<
typename StartTimeT = Aws::Utils::DateTime>
73 void SetStartTime(
StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
74 template<
typename StartTimeT = Aws::Utils::DateTime>
80 bool m_conversationIdHasBeenSet =
false;
83 bool m_titleHasBeenSet =
false;
86 bool m_startTimeHasBeenSet =
false;
bool ConversationIdHasBeenSet() const
void SetStartTime(StartTimeT &&value)
AWS_QBUSINESS_API Conversation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetConversationId() const
AWS_QBUSINESS_API Conversation(Aws::Utils::Json::JsonView jsonValue)
Conversation & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
bool TitleHasBeenSet() const
void SetConversationId(ConversationIdT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
Conversation & WithTitle(TitleT &&value)
const Aws::String & GetTitle() const
AWS_QBUSINESS_API Conversation()=default
void SetTitle(TitleT &&value)
Conversation & WithConversationId(ConversationIdT &&value)
bool StartTimeHasBeenSet() const
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