7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
38 m_attributesHasBeenSet =
true;
39 m_attributes = std::forward<AttributesT>(value);
41 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
46 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
48 m_attributesHasBeenSet =
true;
49 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
75 bool m_attributesHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
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
Aws::Utils::Json::JsonValue JsonValue