7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename InitialContactIdT = Aws::String>
41 m_initialContactIdHasBeenSet =
true;
42 m_initialContactId = std::forward<InitialContactIdT>(value);
44 template <
typename InitialContactIdT = Aws::String>
59 template <
typename InstanceIdT = Aws::String>
61 m_instanceIdHasBeenSet =
true;
62 m_instanceId = std::forward<InstanceIdT>(value);
64 template <
typename InstanceIdT = Aws::String>
92 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
94 m_attributesHasBeenSet =
true;
95 m_attributes = std::forward<AttributesT>(value);
97 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
102 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
104 m_attributesHasBeenSet =
true;
105 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
115 bool m_initialContactIdHasBeenSet =
false;
116 bool m_instanceIdHasBeenSet =
false;
117 bool m_attributesHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String