7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
37 template <
typename InitialContactIdT = Aws::String>
39 m_initialContactIdHasBeenSet =
true;
40 m_initialContactId = std::forward<InitialContactIdT>(value);
42 template <
typename InitialContactIdT = Aws::String>
56 m_newChatCreatedHasBeenSet =
true;
57 m_newChatCreated = value;
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
84 bool m_newChatCreated{
false};
88 bool m_initialContactIdHasBeenSet =
false;
89 bool m_newChatCreatedHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
SendChatIntegrationEventResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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