7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/QuickConnectType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename ContactIdT = Aws::String>
45 m_contactIdHasBeenSet =
true;
46 m_contactId = std::forward<ContactIdT>(value);
48 template <
typename ContactIdT = Aws::String>
61 template <
typename InitiationTimestampT = Aws::Utils::DateTime>
63 m_initiationTimestampHasBeenSet =
true;
64 m_initiationTimestamp = std::forward<InitiationTimestampT>(value);
66 template <
typename InitiationTimestampT = Aws::Utils::DateTime>
79 template <
typename QuickConnectIdT = Aws::String>
81 m_quickConnectIdHasBeenSet =
true;
82 m_quickConnectId = std::forward<QuickConnectIdT>(value);
84 template <
typename QuickConnectIdT = Aws::String>
97 template <
typename QuickConnectNameT = Aws::String>
99 m_quickConnectNameHasBeenSet =
true;
100 m_quickConnectName = std::forward<QuickConnectNameT>(value);
102 template <
typename QuickConnectNameT = Aws::String>
116 m_quickConnectTypeHasBeenSet =
true;
117 m_quickConnectType = value;
134 bool m_contactIdHasBeenSet =
false;
135 bool m_initiationTimestampHasBeenSet =
false;
136 bool m_quickConnectIdHasBeenSet =
false;
137 bool m_quickConnectNameHasBeenSet =
false;
138 bool m_quickConnectTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue