7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
42 template<
typename InitialContactIdT = Aws::String>
43 void SetInitialContactId(InitialContactIdT&& value) { m_initialContactIdHasBeenSet =
true; m_initialContactId = std::forward<InitialContactIdT>(value); }
44 template<
typename InitialContactIdT = Aws::String>
54 inline void SetNewChatCreated(
bool value) { m_newChatCreatedHasBeenSet =
true; m_newChatCreated = value; }
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_initialContactIdHasBeenSet =
false;
71 bool m_newChatCreated{
false};
72 bool m_newChatCreatedHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
SendChatIntegrationEventResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CONNECT_API SendChatIntegrationEventResult()=default
void SetNewChatCreated(bool value)
const Aws::String & GetRequestId() const
AWS_CONNECT_API SendChatIntegrationEventResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetInitialContactId(InitialContactIdT &&value)
AWS_CONNECT_API SendChatIntegrationEventResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
bool GetNewChatCreated() const
SendChatIntegrationEventResult & WithInitialContactId(InitialContactIdT &&value)
const Aws::String & GetInitialContactId() const
SendChatIntegrationEventResult & WithNewChatCreated(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue