7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename ConnectedToAgentTimestampT = Aws::Utils::DateTime>
61 void SetConnectedToAgentTimestamp(ConnectedToAgentTimestampT&& value) { m_connectedToAgentTimestampHasBeenSet =
true; m_connectedToAgentTimestamp = std::forward<ConnectedToAgentTimestampT>(value); }
62 template<
typename ConnectedToAgentTimestampT = Aws::Utils::DateTime>
68 bool m_idHasBeenSet =
false;
71 bool m_connectedToAgentTimestampHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue